mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
7a9bd72e2e
2 changed files with 5 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue