mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Bug fix for windows runtime build
This commit is contained in:
parent
c6796739e9
commit
f8576df31f
@ -760,7 +760,7 @@ def CompileLink(dll, obj, opts):
|
||||
pass
|
||||
else: cmd += ' ' + BracketNameWithQuotes(x)
|
||||
if (GetOrigExt(dll)==".exe"):
|
||||
cmd += " built/tmp/pandaIcon.res"
|
||||
cmd += " " + GetOutputDir() + "/tmp/pandaIcon.res"
|
||||
for (opt, name) in LIBNAMES:
|
||||
if (opt=="ALWAYS") or (opts.count(opt)): cmd += " " + BracketNameWithQuotes(name)
|
||||
oscmd(cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user