mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix really embarrassing typo
This commit is contained in:
parent
3b83a97989
commit
27c9f7ec43
@ -845,7 +845,7 @@ def CompileLink(dll, obj, opts):
|
||||
cmd += ' -o ' + dll + ' -L' + GetOutputDir() + '/lib -L' + GetOutputDir() + '/tmp -L/usr/X11R6/lib'
|
||||
else:
|
||||
cmd = 'g++ -shared'
|
||||
if ("MODULE" not in opts): " -Wl,-soname=' + os.path.basename(dll)"
|
||||
if ("MODULE" not in opts): " -Wl,-soname=" + os.path.basename(dll)
|
||||
cmd += ' -o ' + dll + ' -L' + GetOutputDir() + '/lib -L' + GetOutputDir() + '/tmp -L/usr/X11R6/lib'
|
||||
for x in obj:
|
||||
if (GetOrigExt(x) != ".dat"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user