Skip to content

Commit 0ed1bbc

Browse files
committed
Fix typo
1 parent 1272acd commit 0ed1bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/util/executor/UnixCMakeExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private function makeCmakeToolchainFile(): string
182182
$target_arch = arch2gnu(php_uname('m'));
183183
$cflags = getenv('SPC_DEFAULT_C_FLAGS');
184184
$cc = getenv('CC');
185-
$cxx = getenv('CCX');
185+
$cxx = getenv('CXX');
186186
$include = BUILD_INCLUDE_PATH;
187187
logger()->debug("making cmake tool chain file for {$os} {$target_arch} with CFLAGS='{$cflags}'");
188188
$root = BUILD_ROOT_PATH;

0 commit comments

Comments
 (0)