mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fix another embarassing typo that causes huge disasters
This commit is contained in:
parent
27c9f7ec43
commit
61cc68225f
@ -1094,7 +1094,7 @@ def CompileAnything(target, inputs, opts, progress = None):
|
|||||||
ProgressOutput(progress, "Linking dynamic library", target)
|
ProgressOutput(progress, "Linking dynamic library", target)
|
||||||
|
|
||||||
# Add version number to the dynamic library, on unix
|
# Add version number to the dynamic library, on unix
|
||||||
if (origsuffix==".dll" and "MODULE" not in OPTS and not sys.platform.startswith("win") and not RTDIST):
|
if (origsuffix==".dll" and "MODULE" not in opts and not sys.platform.startswith("win") and not RTDIST):
|
||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
if (target.lower().endswith(".dylib")):
|
if (target.lower().endswith(".dylib")):
|
||||||
target = target[:-5] + VERSION + ".dylib"
|
target = target[:-5] + VERSION + ".dylib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user