mirror of
https://github.com/JonathanSalwan/Triton
synced 2026-08-17 10:23:04 -04:00
Fix build error on macos
This commit is contained in:
parent
46b75c9b67
commit
ec187d996d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ endif()
|
|||
|
||||
if(NOT BITWUZLA_INCLUDE_DIRS AND NOT BITWUZLA_LIBRARIES)
|
||||
find_path(BITWUZLA_INCLUDE_DIR
|
||||
NAMES bitwuzla/bitwuzla.h
|
||||
NAMES bitwuzla/bitwuzla.h bitwuzla/cpp/bitwuzla.h
|
||||
PATHS ${BITWUZLA_PKGCONF_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue