mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 23:53:25 +00:00
Fix dead comment and expand on the reasons for making a symbolic link
slightly.
This commit is contained in:
parent
684318149b
commit
32c4384d48
1 changed files with 3 additions and 3 deletions
|
@ -1245,9 +1245,9 @@ class DLLComponent(Component):
|
||||||
MakeRuleCmd.install_files(out, dllfile, os.path.join(pythonPkgDirWithoutPrefix, dllfile))
|
MakeRuleCmd.install_files(out, dllfile, os.path.join(pythonPkgDirWithoutPrefix, dllfile))
|
||||||
else:
|
else:
|
||||||
# Create symbolic link to save space.
|
# Create symbolic link to save space.
|
||||||
# Compute the relative path from the python package directory
|
# It's important that this symbolic link be relative (rather
|
||||||
# to libz3. It's important that this symlink be relative
|
# than absolute) so that the install is relocatable (needed for
|
||||||
# (rather than absolute) so that the install is relocatable.
|
# staged installs that use DESTDIR).
|
||||||
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