jq.py icon indicating copy to clipboard operation
jq.py copied to clipboard

Useless `-lonig` when building using system libraries

Open ancieg opened this issue 2 years ago • 1 comments

Why does you try to link the module with -lonig when JQPY_USE_SYSTEM_LIBS=1? It's needed only for building libjq itself as I understand.

If I compile the module with link_args_deps = ["-ljq"] in setup.py:111, it even passes all of the tests in tests directory.

ancieg avatar Sep 13 '23 11:09 ancieg

The problem is relevant( You have to fix it.

VladislavGlinkin avatar Sep 13 '23 12:09 VladislavGlinkin