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
The z3 feature is enabled by default, but z3 is missing from linked libs
The text was updated successfully, but these errors were encountered:
INET master uses pkg-config --libs z3 in makefrag which does NOT work on NIX. After installing z3, pkg-config still does not know about it.
pkg-config --libs z3
makefrag
If pkg-config --libs z3 returns empty, we should assume that the default link flag is -lz3
-lz3
Sorry, something went wrong.
build: added default linker flag in case pkg-config doesn't have z3 i…
06a0ffe
…n its database, such as in NIX; fixes opp_env issue #24 (omnetpp/opp_env#24)
374c448
84a5a2e
6723bbf
rhornig
No branches or pull requests
The z3 feature is enabled by default, but z3 is missing from linked libs
The text was updated successfully, but these errors were encountered: