mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Fix z3 static link options
This commit is contained in:
parent
112e13eeea
commit
5c0ad963c1
|
@ -2270,7 +2270,7 @@ class MLComponent(Component):
|
|||
|
||||
OCAMLMKLIB = 'ocamlmklib'
|
||||
|
||||
LIBZ3 = '-l' + z3link
|
||||
LIBZ3 = '-cclib -l' + z3link
|
||||
if is_cygwin() and not(is_cygwin_mingw()):
|
||||
LIBZ3 = z3linkdep
|
||||
|
||||
|
|
Loading…
Reference in a new issue