mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
Remove dead code that I accidently left behind.
This commit is contained in:
parent
6984070b3a
commit
684318149b
1 changed files with 0 additions and 1 deletions
|
@ -1248,7 +1248,6 @@ class DLLComponent(Component):
|
||||||
# Compute the relative path from the python package directory
|
# Compute the relative path from the python package directory
|
||||||
# to libz3. It's important that this symlink be relative
|
# to libz3. It's important that this symlink be relative
|
||||||
# (rather than absolute) so that the install is relocatable.
|
# (rather than absolute) so that the install is relocatable.
|
||||||
dllInstallPathAbs = os.path.join(PREFIX, dllInstallPath)
|
|
||||||
MakeRuleCmd.create_relative_symbolic_link(out, dllInstallPath, os.path.join(pythonPkgDirWithoutPrefix, dllfile))
|
MakeRuleCmd.create_relative_symbolic_link(out, dllInstallPath, os.path.join(pythonPkgDirWithoutPrefix, dllfile))
|
||||||
if self.static:
|
if self.static:
|
||||||
libfile = '%s$(LIB_EXT)' % self.dll_name
|
libfile = '%s$(LIB_EXT)' % self.dll_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue