mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[Freetype] Actually prevent linking HarfBuzz on POSIX
Correctly fixes #10041 Fixes three typos in #10073
This commit is contained in:
parent
1e19af09e5
commit
95c2771fce
@ -33,7 +33,7 @@ endif()
|
||||
|
||||
set(OPTIONS)
|
||||
if (NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
list(APPEND OPTIONS -DFT_DISABLE_FIND_PACKAGE_Harfbuzz=TRUE)
|
||||
list(APPEND OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=ON)
|
||||
endif()
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
Loading…
x
Reference in New Issue
Block a user