mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
parent
0059e88036
commit
4f6fcf8ea7
|
@ -1995,7 +1995,7 @@ class MLComponent(Component):
|
||||||
|
|
||||||
LIBZ3 = LIBZ3 + ' ' + ' '.join(map(lambda x: '-cclib ' + x, LDFLAGS.split()))
|
LIBZ3 = LIBZ3 + ' ' + ' '.join(map(lambda x: '-cclib ' + x, LDFLAGS.split()))
|
||||||
|
|
||||||
stubs_install_path = '$$(%s printconf path)/stublibs' % OCAMLFIND
|
stubs_install_path = '$$(%s printconf destdir)/stublibs' % OCAMLFIND
|
||||||
if not STATIC_LIB:
|
if not STATIC_LIB:
|
||||||
loadpath = '-ccopt -L' + stubs_install_path
|
loadpath = '-ccopt -L' + stubs_install_path
|
||||||
dllpath = '-dllpath ' + stubs_install_path
|
dllpath = '-dllpath ' + stubs_install_path
|
||||||
|
|
Loading…
Reference in a new issue