We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-lonig
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.
JQPY_USE_SYSTEM_LIBS=1
libjq
If I compile the module with link_args_deps = ["-ljq"] in setup.py:111, it even passes all of the tests in tests directory.
link_args_deps = ["-ljq"]
setup.py:111
tests
The text was updated successfully, but these errors were encountered:
The problem is relevant( You have to fix it.
Sorry, something went wrong.
No branches or pull requests
Why does you try to link the module with
-lonig
whenJQPY_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"]
insetup.py:111
, it even passes all of the tests intests
directory.The text was updated successfully, but these errors were encountered: