mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
explicitly state libphp we built?
This commit is contained in:
@@ -43,7 +43,7 @@ class SPCTarget
|
||||
return false;
|
||||
}
|
||||
if (str_contains($target, '-musl')) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
if (PHP_OS_FAMILY === 'Linux') {
|
||||
return SystemUtil::isMuslDist();
|
||||
|
||||
Reference in New Issue
Block a user