mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-12 18:20:01 -06:00
makepanda: don't try to link static libs into static library
This commit is contained in:
@@ -1598,6 +1598,8 @@ def CompileLib(lib, obj, opts):
|
||||
else:
|
||||
cmd = GetAR() + ' cru ' + BracketNameWithQuotes(lib)
|
||||
for x in obj:
|
||||
if GetLinkAllStatic() and x.endswith('.a'):
|
||||
continue
|
||||
cmd += ' ' + BracketNameWithQuotes(x)
|
||||
oscmd(cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user