Update src/SPC/builder/linux/LinuxBuilder.php

Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
Jerry Ma 2025-08-03 22:46:47 +08:00 committed by GitHub
parent f1a9a28ed7
commit 2d6d25cadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -359,7 +359,6 @@ class LinuxBuilder extends UnixBuilderBase
$static = SPCTarget::isStatic() ? '-all-static' : '';
$lib = BUILD_LIB_PATH;
return [
// 'CPPFLAGS' => '-Dsomethinghere',
'EXTRA_CFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS'),
'EXTRA_LIBS' => $config['libs'],
'EXTRA_LDFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS'),