Skip to content
New issue

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

scripts/update_api: Replace Z3_LIBRARY_DIRS with Z3_LIB_DIRS #4915

Merged
merged 1 commit into from
Dec 26, 2020
Merged

scripts/update_api: Replace Z3_LIBRARY_DIRS with Z3_LIB_DIRS #4915

merged 1 commit into from
Dec 26, 2020

Commits on Dec 26, 2020

  1. scripts/update_api: Replace Z3_LIBRARY_DIRS with Z3_LIB_DIRS

    The error message that is printed when libz3.so can't be loaded contains
    incorrect instruction to set `Z3_LIBRARY_DIRS` builtin. The correct variable
    name is `Z3_LIB_DIRS`.
    
    Signed-off-by: Nikita Leshenko <nikita@leshenko.net>
    nikital committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    e0b9384 View commit details
    Browse the repository at this point in the history