mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
l:libstdc++.a
This commit is contained in:
@@ -91,7 +91,7 @@ class SPCConfigUtil
|
|||||||
$libs .= " {$libcpp}";
|
$libs .= " {$libcpp}";
|
||||||
}
|
}
|
||||||
if (str_contains(getenv('PATH'), 'rh/devtoolset-10')) {
|
if (str_contains(getenv('PATH'), 'rh/devtoolset-10')) {
|
||||||
str_replace('-lstdc++', '-l:stdc++.a', $libs);
|
str_replace('-lstdc++', '-l:libstdc++.a', $libs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user