of course x)

This commit is contained in:
DubbleClick 2025-07-25 12:57:40 +07:00
parent 51fcc6b231
commit 37a453b3cd

View File

@ -159,7 +159,7 @@ if ($shared_extensions) {
case 'ubuntu-24.04': case 'ubuntu-24.04':
case 'ubuntu-24.04-arm': case 'ubuntu-24.04-arm':
putenv('SPC_TARGET=native-native-musl -dynamic'); putenv('SPC_TARGET=native-native-musl -dynamic');
if (getenv('SPC_TARGET') && !str_contains(getenv('SPC_TARGET'), '-musl')) { if (getenv('SPC_TARGET') && str_contains(getenv('SPC_TARGET'), '-musl')) {
exec('sudo apt install musl -y'); exec('sudo apt install musl -y');
} }
if (getenv('SPC_TARGET')) { if (getenv('SPC_TARGET')) {