Skip to content

Commit 6f0310e

Browse files
committed
cs fix
1 parent c714100 commit 6f0310e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SPC/store/pkg/PkgConfig.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ public function extract(string $name): void
8282
->appendEnv($env)->cd($srcdir);
8383
$shell->exec(
8484
"./configure --prefix='{$prefix}' " .
85-
'--with-internal-glib '.
86-
'--disable-host-tool '.
87-
'--without-sysroot '.
88-
'--without-system-include-path '.
89-
'--without-system-library-path '.
85+
'--with-internal-glib ' .
86+
'--disable-host-tool ' .
87+
'--without-sysroot ' .
88+
'--without-system-include-path ' .
89+
'--without-system-library-path ' .
9090
'--without-pc-path',
9191
);
9292
$shell->exec('make -j' . (getenv('SPC_CONCURRENCY') ?: '1'));

0 commit comments

Comments
 (0)