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