We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1272acd commit 0ed1bbcCopy full SHA for 0ed1bbc
1 file changed
src/SPC/util/executor/UnixCMakeExecutor.php
@@ -182,7 +182,7 @@ private function makeCmakeToolchainFile(): string
182
$target_arch = arch2gnu(php_uname('m'));
183
$cflags = getenv('SPC_DEFAULT_C_FLAGS');
184
$cc = getenv('CC');
185
- $cxx = getenv('CCX');
+ $cxx = getenv('CXX');
186
$include = BUILD_INCLUDE_PATH;
187
logger()->debug("making cmake tool chain file for {$os} {$target_arch} with CFLAGS='{$cflags}'");
188
$root = BUILD_ROOT_PATH;
0 commit comments