mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
CMake: don't re-export symbols from libharfbuzz.a
To match 84a69e1689099d81926fe165de9310ef79069585 (fix for #1391)
This commit is contained in:
parent
e961ea99ac
commit
d801e00c0f
@ -45,6 +45,10 @@ target_interrogate(p3text ALL)
|
|||||||
|
|
||||||
if(HAVE_HARFBUZZ)
|
if(HAVE_HARFBUZZ)
|
||||||
target_compile_definitions(p3text PRIVATE HAVE_HARFBUZZ)
|
target_compile_definitions(p3text PRIVATE HAVE_HARFBUZZ)
|
||||||
|
|
||||||
|
if(CMAKE_CXX_COMPILER_ID MATCHES "^(GNU|Clang)$")
|
||||||
|
target_link_options(p3text PRIVATE "LINKER:--exclude-libs,libharfbuzz.a")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT BUILD_METALIBS)
|
if(NOT BUILD_METALIBS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user