mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix curl 8.1.0 compile problem
This commit is contained in:
parent
e47bd8ae3c
commit
f002c8021c
@ -38,8 +38,6 @@ trait UnixSystemUtilTrait
|
|||||||
$cxxLine = 'SET(CMAKE_CXX_COMPILER ' . self::findCommand($cxx) . ')';
|
$cxxLine = 'SET(CMAKE_CXX_COMPILER ' . self::findCommand($cxx) . ')';
|
||||||
}
|
}
|
||||||
$toolchain = <<<CMAKE
|
$toolchain = <<<CMAKE
|
||||||
SET(CMAKE_SYSTEM_NAME {$os})
|
|
||||||
SET(CMAKE_SYSTEM_PROCESSOR {$target_arch})
|
|
||||||
{$ccLine}
|
{$ccLine}
|
||||||
{$cxxLine}
|
{$cxxLine}
|
||||||
SET(CMAKE_C_FLAGS "{$cflags}")
|
SET(CMAKE_C_FLAGS "{$cflags}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user