mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
l:libstdc++.a
This commit is contained in:
parent
8ff52e2e36
commit
7eb5fb4520
@ -91,7 +91,7 @@ class SPCConfigUtil
|
||||
$libs .= " {$libcpp}";
|
||||
}
|
||||
if (str_contains(getenv('PATH'), 'rh/devtoolset-10')) {
|
||||
str_replace('-lstdc++', '-l:stdc++.a', $libs);
|
||||
str_replace('-lstdc++', '-l:libstdc++.a', $libs);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user