mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fixed compile error that suddenly appeared with no apparent reason
This commit is contained in:
parent
9f3b801c22
commit
b0e5827d43
@ -801,7 +801,7 @@ def CompileLink(dll, obj, opts):
|
|||||||
else: mtcmd = mtcmd + ';1'
|
else: mtcmd = mtcmd + ';1'
|
||||||
oscmd(mtcmd)
|
oscmd(mtcmd)
|
||||||
if (COMPILER=="LINUX"):
|
if (COMPILER=="LINUX"):
|
||||||
if (GetOrigExt(dll)==".exe"): cmd = 'g++ -o ' + dll + ' -L' + GetOutputDir() + '/lib -L/usr/X11R6/lib'
|
if (GetOrigExt(dll)==".exe"): cmd = 'g++ -o ' + dll + ' -L' + GetOutputDir() + '/lib -L' + GetOutputDir() + '/tmp -L/usr/X11R6/lib'
|
||||||
else:
|
else:
|
||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
cmd = 'g++ -undefined dynamic_lookup'
|
cmd = 'g++ -undefined dynamic_lookup'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user