mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
getcctype default
This commit is contained in:
@@ -38,9 +38,6 @@ class imagick extends Extension
|
||||
$static .= ' -lstdc++';
|
||||
$shared = str_replace('-lstdc++', '', $shared);
|
||||
}
|
||||
if (str_contains(getenv('CC'), 'zig')) {
|
||||
$shared = str_replace('-lomp', '/usr/lib64/libomp.so', $shared);
|
||||
}
|
||||
return [$static, $shared];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user