mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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"):
|
if (tool == "pkg-config"):
|
||||||
handle = os.popen(LocateBinary("pkg-config") + " --silence-errors --libs-only-l " + pkgname)
|
handle = os.popen(LocateBinary("pkg-config") + " --silence-errors --libs-only-l " + pkgname)
|
||||||
elif (tool == "fltk-config"):
|
elif (tool == "fltk-config"):
|
||||||
handle = os.popen(LocateBinary("fltk-config") + " --ldflags")
|
handle = os.popen(LocateBinary("fltk-config") + " --ldstaticflags")
|
||||||
else:
|
else:
|
||||||
handle = os.popen(LocateBinary(tool) + " --libs")
|
handle = os.popen(LocateBinary(tool) + " --libs")
|
||||||
result = handle.read().strip()
|
result = handle.read().strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user