mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
Remove comment
This commit is contained in:
parent
23bd216cc7
commit
2d7c052fd9
@ -202,7 +202,6 @@ class SystemUtil
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
// for musl, disabled temporarily as musl has better compatibility between different patch version?
|
|
||||||
if (PHP_OS_FAMILY === 'Linux' && getenv('SPC_LIBC') === 'musl') {
|
if (PHP_OS_FAMILY === 'Linux' && getenv('SPC_LIBC') === 'musl') {
|
||||||
if (self::isMuslDist()) {
|
if (self::isMuslDist()) {
|
||||||
$result = shell()->execWithResult('ldd 2>&1', false);
|
$result = shell()->execWithResult('ldd 2>&1', false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user