mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
fix curl 8.1.0 compile problem
This commit is contained in:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user