3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-12 20:04:08 +00:00

Merge branch 'master' into copilot/update-nightly-build-test-process

This commit is contained in:
Nikolaj Bjorner 2026-02-08 11:28:21 -08:00 committed by GitHub
commit 8eff8dc9c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 48 additions and 32 deletions

View file

@ -134,6 +134,10 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
# Enable RPATH support
MACOSX_RPATH TRUE
)
# Add header padding to allow install_name_tool to modify the dylib
# This fixes issues where install_name_tool fails with "larger updated load commands do not fit"
# See: https://github.com/Z3Prover/z3/issues/7623
target_link_options(libz3 PRIVATE "-Wl,-headerpad_max_install_names")
endif()
if (NOT MSVC)