3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 20:38:43 +00:00

Merge pull request #385 from tigertoes/master

Fixing building under OS X
This commit is contained in:
Christoph M. Wintersteiger 2015-12-22 23:48:22 +01:00
commit d6b7645d11

View file

@ -1378,7 +1378,7 @@ class PythonInstallComponent(Component):
MakeRuleCmd.make_install_directory(out, self.pythonPkgDir, in_prefix=self.in_prefix_install)
# Sym-link or copy libz3 into python package directory
if IS_WINDOWS or self.is_osx_hack():
if IS_WINDOWS or IS_OSX:
MakeRuleCmd.install_files(out,
self.libz3Component.dll_file(),
os.path.join(self.pythonPkgDir,