Skip to content

Commit 1839f13

Browse files
committed
thanks, autocomplete, for the useless flag
1 parent 320c21d commit 1839f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/util/GlobalEnvManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static function init(): void
108108
}
109109
}
110110
if (getenv('SPC_LIBC_LINKAGE') === '-static' && getenv('SPC_LIBC') === 'glibc') {
111-
self::putenv('SPC_LIBC_LINKAGE_FLAG=');
111+
self::putenv('SPC_LIBC_LINKAGE=');
112112
}
113113
if (str_contains((string) getenv('CC'), 'zig') || str_contains((string) getenv('CXX'), 'zig')) {
114114
$zigEnv = Zig::getEnvironment();

0 commit comments

Comments
 (0)