mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[cmake] Treat VITA like gcc
https://github.com/vitasdk/packages/issues/300
This commit is contained in:
parent
4b716b101e
commit
4a18c502e2
1 changed files with 2 additions and 2 deletions
|
@ -501,7 +501,7 @@ if (HB_BUILD_SUBSET)
|
|||
endif ()
|
||||
endif ()
|
||||
|
||||
if (UNIX OR MINGW)
|
||||
if (UNIX OR MINGW OR VITA)
|
||||
# Make symbols link locally
|
||||
include (CheckCXXCompilerFlag)
|
||||
CHECK_CXX_COMPILER_FLAG(-Bsymbolic-functions CXX_SUPPORTS_FLAG_BSYMB_FUNCS)
|
||||
|
@ -766,7 +766,7 @@ macro ( make_pkgconfig_pc_file name )
|
|||
string(REPLACE "%libdir%" "${CMAKE_INSTALL_LIBDIR}" FSTR ${FSTR})
|
||||
else ()
|
||||
string(REPLACE "%libdir%" "\${prefix}/${CMAKE_INSTALL_LIBDIR}" FSTR ${FSTR})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
string(REPLACE "%VERSION%" "${HB_VERSION}" FSTR ${FSTR})
|
||||
string(REPLACE "%requires_private%" "${PC_REQUIRES_PRIV}" FSTR ${FSTR})
|
||||
|
|
Loading…
Add table
Reference in a new issue