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:
@@ -1,4 +1,7 @@
|
||||
set(CMAKE_C_COMPILER /usr/bin/gcc)
|
||||
set(CMAKE_CXX_COMPILER /usr/bin/g++)
|
||||
set(CMAKE_AR /usr/bin/ar)
|
||||
set(CMAKE_LINKER /usr/bin/ld.gold)
|
||||
set(CMAKE_LINKER /usr/bin/ld.gold)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
set(ENV{CFLAGS} "-fPIC -fPIE")
|
||||
set(ENV{CXXFLAGS} "-fPIC -fPIE")
|
||||
Reference in New Issue
Block a user