mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
fixed clang++ for linux
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ad3aa96726
commit
89c1785b73
1 changed files with 2 additions and 1 deletions
|
@ -134,6 +134,7 @@ AS_IF([test "$host_os" = "Darwin"], [
|
|||
], [test "$host_os" = "Linux"], [
|
||||
PLATFORM=linux
|
||||
SO_EXT=.so
|
||||
LDFLAGS+=" -lrt"
|
||||
SLIBFLAGS+=" -shared"
|
||||
COMP_VERSIONS=
|
||||
STATIC_FLAGS=-static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue