mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Merge pull request #2294 from AltGr/fix-ml-static-linking
ml API + static linking: small fix on top of #2292
This commit is contained in:
commit
857dc0fcec
|
@ -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