mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
cs fix
This commit is contained in:
parent
c7141003db
commit
6f0310e8f7
@ -82,11 +82,11 @@ class PkgConfig extends CustomPackage
|
||||
->appendEnv($env)->cd($srcdir);
|
||||
$shell->exec(
|
||||
"./configure --prefix='{$prefix}' " .
|
||||
'--with-internal-glib '.
|
||||
'--disable-host-tool '.
|
||||
'--without-sysroot '.
|
||||
'--without-system-include-path '.
|
||||
'--without-system-library-path '.
|
||||
'--with-internal-glib ' .
|
||||
'--disable-host-tool ' .
|
||||
'--without-sysroot ' .
|
||||
'--without-system-include-path ' .
|
||||
'--without-system-library-path ' .
|
||||
'--without-pc-path',
|
||||
);
|
||||
$shell->exec('make -j' . (getenv('SPC_CONCURRENCY') ?: '1'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user