mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Link fltk statically
This commit is contained in:
parent
163a73e5bb
commit
b2da92fefb
@ -983,7 +983,7 @@ def PkgConfigGetLibs(pkgname, tool = "pkg-config"):
|
||||
if (tool == "pkg-config"):
|
||||
handle = os.popen(LocateBinary("pkg-config") + " --silence-errors --libs-only-l " + pkgname)
|
||||
elif (tool == "fltk-config"):
|
||||
handle = os.popen(LocateBinary("fltk-config") + " --ldflags")
|
||||
handle = os.popen(LocateBinary("fltk-config") + " --ldstaticflags")
|
||||
else:
|
||||
handle = os.popen(LocateBinary(tool) + " --libs")
|
||||
result = handle.read().strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user