3
0
Fork 0
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:
Nikolaj Bjorner 2019-05-29 16:16:17 +02:00 committed by GitHub
commit 857dc0fcec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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