Skip to content

Commit 95718fd

Browse files
committed
Rename <FLAVOR>_FORCE_STATIC to <FLAVOR>_STATIC
1 parent fc6a76b commit 95718fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/gcc-wrapper/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ int main(int argc, char* argv[], char* envp[]) {
656656
wants_force_static = 1;
657657
#endif
658658

659-
status = get_env(WRAPPER_FLAVOR_NAME "_FORCE_STATIC");
659+
status = get_env(WRAPPER_FLAVOR_NAME "_STATIC");
660660

661661
if (status != -1) {
662662
wants_force_static = (status == 1);

0 commit comments

Comments
 (0)