mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
remove --enable-wrapper=gcc for fix-musl
This commit is contained in:
parent
b6409bded4
commit
d56c060863
@ -88,7 +88,7 @@ class LinuxMuslCheck
|
||||
Downloader::downloadSource($musl_version_name, $musl_source);
|
||||
FileSystem::extractSource($musl_version_name, DOWNLOAD_PATH . "/{$musl_version_name}.tar.gz");
|
||||
shell(true)->cd(SOURCE_PATH . "/{$musl_version_name}")
|
||||
->exec('./configure --enable-wrapper=gcc')
|
||||
->exec('./configure')
|
||||
->exec('make -j')
|
||||
->exec("{$prefix}make install");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user