mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
hack fix for the wx compile error on osx
This commit is contained in:
parent
ddbc707a09
commit
8d035dd14d
@ -994,7 +994,7 @@ def PkgConfigGetLibs(pkgname, tool = "pkg-config"):
|
||||
handle.close()
|
||||
libs = []
|
||||
for l in result.split(" "):
|
||||
if l.startswith("-l") or not l.startswith("-"):
|
||||
if l.startswith("-l") or l.startswith("/"):
|
||||
libs.append(l)
|
||||
return libs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user