Skip to content

Commit 802950d

Browse files
committed
Whoops
1 parent f158fba commit 802950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/executor/UnixCMakeExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private function makeCmakeToolchainFile(): string
208208
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
209209
set(CMAKE_EXE_LINKER_FLAGS "-ldl -lpthread -lm -lutil")
210210
CMAKE;
211-
// 有时候系统的 cmake 找不到 ar 命令,真奇怪
211+
// Whoops, linux may need CMAKE_AR sometimes
212212
if (PHP_OS_FAMILY === 'Linux') {
213213
$toolchain .= "\nSET(CMAKE_AR \"ar\")";
214214
}

0 commit comments

Comments
 (0)