mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Linker fix
This commit is contained in:
parent
301342ec8d
commit
27cd2c425c
@ -964,7 +964,7 @@ def PkgEnable(pkg, pkgconfig = None, libs = None, incs = None, defs = None, fram
|
||||
if (len(glob.glob(THIRDPARTYLIBS + pkg.lower() + "/lib/libpanda%s.*" % libname)) > 0 and
|
||||
len(glob.glob(THIRDPARTYLIBS + pkg.lower() + "/lib/lib%s.*" % libname)) == 0):
|
||||
libname = "panda" + libname
|
||||
LibName(pkg, libname)
|
||||
LibName(pkg, "-l" + libname)
|
||||
for d, v in defs.values():
|
||||
DefSymbol(pkg, d, v)
|
||||
elif (sys.platform == "darwin" and framework != None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user