mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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'
|
||||
oscmd(mtcmd)
|
||||
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:
|
||||
if (sys.platform == "darwin"):
|
||||
cmd = 'g++ -undefined dynamic_lookup'
|
||||
|
Loading…
x
Reference in New Issue
Block a user