mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Removed incorrect include directories flag in ocaml META file
This commit is contained in:
parent
14c42c1d74
commit
ed03c1d9e6
2 changed files with 2 additions and 7 deletions
|
@ -1975,12 +1975,7 @@ class MLComponent(Component):
|
|||
else:
|
||||
out.write('CXXFLAGS_OCAML=$(subst -std=c++11,,$(CXXFLAGS))\n')
|
||||
|
||||
if IS_WINDOWS:
|
||||
prefix_lib = '-L' + os.path.abspath(BUILD_DIR).replace('\\', '\\\\')
|
||||
else:
|
||||
prefix_lib = '-L' + PREFIX + '/lib'
|
||||
substitutions = { 'LEXTRA': prefix_lib,
|
||||
'VERSION': "{}.{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_BUILD, VER_TWEAK) }
|
||||
substitutions = { 'VERSION': "{}.{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_BUILD, VER_TWEAK) }
|
||||
|
||||
configure_file(os.path.join(self.src_dir, 'META.in'),
|
||||
os.path.join(BUILD_DIR, self.sub_dir, 'META'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue