mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
parent
0059e88036
commit
4f6fcf8ea7
1 changed files with 1 additions and 1 deletions
|
@ -1995,7 +1995,7 @@ class MLComponent(Component):
|
|||
|
||||
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:
|
||||
loadpath = '-ccopt -L' + stubs_install_path
|
||||
dllpath = '-dllpath ' + stubs_install_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue