mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
thanks, autocomplete, for the useless flag
This commit is contained in:
parent
320c21d272
commit
1839f13149
@ -108,7 +108,7 @@ class GlobalEnvManager
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (getenv('SPC_LIBC_LINKAGE') === '-static' && getenv('SPC_LIBC') === 'glibc') {
|
if (getenv('SPC_LIBC_LINKAGE') === '-static' && getenv('SPC_LIBC') === 'glibc') {
|
||||||
self::putenv('SPC_LIBC_LINKAGE_FLAG=');
|
self::putenv('SPC_LIBC_LINKAGE=');
|
||||||
}
|
}
|
||||||
if (str_contains((string) getenv('CC'), 'zig') || str_contains((string) getenv('CXX'), 'zig')) {
|
if (str_contains((string) getenv('CC'), 'zig') || str_contains((string) getenv('CXX'), 'zig')) {
|
||||||
$zigEnv = Zig::getEnvironment();
|
$zigEnv = Zig::getEnvironment();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user