mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 16:25:36 +08:00
fix libheif problem by turning off the option that failed
This commit is contained in:
@@ -7,4 +7,11 @@ set(VCPKG_BUILD_TYPE release)
|
||||
set(VCPKG_C_FLAGS "-fPIC -fPIE")
|
||||
set(VCPKG_CXX_FLAGS "-fPIC -fPIE")
|
||||
|
||||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DWITH_EXAMPLES=OFF
|
||||
-DWITH_GDK_PIXBUF=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE "${CMAKE_CURRENT_LIST_DIR}/x64-linux-glibc-toolchain.cmake")
|
||||
Reference in New Issue
Block a user