mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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'
|
cmd += ' -o ' + dll + ' -L' + GetOutputDir() + '/lib -L' + GetOutputDir() + '/tmp -L/usr/X11R6/lib'
|
||||||
else:
|
else:
|
||||||
cmd = 'g++ -shared'
|
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'
|
cmd += ' -o ' + dll + ' -L' + GetOutputDir() + '/lib -L' + GetOutputDir() + '/tmp -L/usr/X11R6/lib'
|
||||||
for x in obj:
|
for x in obj:
|
||||||
if (GetOrigExt(x) != ".dat"):
|
if (GetOrigExt(x) != ".dat"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user