mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
fix static library name for PkgConfig
This commit is contained in:
@@ -187,11 +187,7 @@ endif ()
|
||||
|
||||
if (NOT DISABLE_TTF)
|
||||
if (STATIC)
|
||||
if (NOT MSVC)
|
||||
target_link_libraries(${PROJECT_NAME} PkgConfig::FREETYPE_STATIC)
|
||||
else ()
|
||||
target_link_libraries(${PROJECT_NAME} ${FREETYPE_STATIC_LIBRARIES})
|
||||
endif ()
|
||||
target_link_libraries(${PROJECT_NAME} ${FREETYPE_STATIC_LIBRARIES})
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
target_link_libraries(${PROJECT_NAME} ${FONTCONFIG_STATIC_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user