We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f158fba commit 802950dCopy full SHA for 802950d
src/SPC/builder/unix/executor/UnixCMakeExecutor.php
@@ -208,7 +208,7 @@ private function makeCmakeToolchainFile(): string
208
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
209
set(CMAKE_EXE_LINKER_FLAGS "-ldl -lpthread -lm -lutil")
210
CMAKE;
211
- // 有时候系统的 cmake 找不到 ar 命令,真奇怪
+ // Whoops, linux may need CMAKE_AR sometimes
212
if (PHP_OS_FAMILY === 'Linux') {
213
$toolchain .= "\nSET(CMAKE_AR \"ar\")";
214
}
0 commit comments