mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:41:28 +08:00
Patch the freetype include directory to the renamed one [freetype2 -> freetype]. Fixes #889
This commit is contained in:
parent
8d9766200e
commit
11b4f5fdd6
@ -35,6 +35,11 @@ file(READ ${CURRENT_PACKAGES_DIR}/debug/share/freetype/freetype-config-debug.cma
|
||||
string(REPLACE "\${_IMPORT_PREFIX}" "\${_IMPORT_PREFIX}/debug" DEBUG_MODULE "${DEBUG_MODULE}")
|
||||
file(WRITE ${CURRENT_PACKAGES_DIR}/share/freetype/freetype-config-debug.cmake "${DEBUG_MODULE}")
|
||||
|
||||
# Fix the include dir [freetype2 -> freetype]
|
||||
file(READ ${CURRENT_PACKAGES_DIR}/debug/share/freetype/freetype-config.cmake CONFIG_MODULE)
|
||||
string(REPLACE "\${_IMPORT_PREFIX}/include/freetype2" "\${_IMPORT_PREFIX}/include/freetype" CONFIG_MODULE "${CONFIG_MODULE}")
|
||||
file(WRITE ${CURRENT_PACKAGES_DIR}/share/freetype/freetype-config.cmake "${CONFIG_MODULE}")
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
|
||||
file(COPY
|
||||
|
Loading…
Reference in New Issue
Block a user