mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
makepanda: Don't re-export harfbuzz symbols from libpanda.so
Shot in the dark at fixing #1391 (but this change is a good idea anyway)
This commit is contained in:
parent
fe94e43bc4
commit
84a69e1689
@ -1119,6 +1119,9 @@ if (COMPILER=="GCC"):
|
||||
LibName("ARTOOLKIT", "-Wl,--exclude-libs,libAR.a")
|
||||
LibName("ARTOOLKIT", "-Wl,--exclude-libs,libARMulti.a")
|
||||
|
||||
if not PkgSkip("HARFBUZZ"):
|
||||
LibName("HARFBUZZ", "-Wl,--exclude-libs,libharfbuzz.a")
|
||||
|
||||
if PkgSkip("FFMPEG") or GetTarget() == "darwin":
|
||||
cv_lib = ChooseLib(("opencv_core", "cv"), "OPENCV")
|
||||
if cv_lib == "opencv_core":
|
||||
|
Loading…
x
Reference in New Issue
Block a user