mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Removed -mmacosx-min-version from the OSX build.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
d71595fc1c
commit
294da9acff
|
@ -39,7 +39,7 @@ AS_IF([test "$host_os" = "Darwin"], [
|
||||||
SLIBFLAGS="-dynamiclib -fopenmp"
|
SLIBFLAGS="-dynamiclib -fopenmp"
|
||||||
COMP_VERSIONS="-compatibility_version \$(Z3_VERSION) -current_version \$(Z3_VERSION)"
|
COMP_VERSIONS="-compatibility_version \$(Z3_VERSION) -current_version \$(Z3_VERSION)"
|
||||||
STATIC_FLAGS=
|
STATIC_FLAGS=
|
||||||
CPPFLAGS+=" -mmacosx-version-min=10.4"
|
CPPFLAGS+=""
|
||||||
], [test "$host_os" = "Linux"], [
|
], [test "$host_os" = "Linux"], [
|
||||||
PLATFORM=linux
|
PLATFORM=linux
|
||||||
SO_EXT=so
|
SO_EXT=so
|
||||||
|
|
Loading…
Reference in a new issue