We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c714100 commit 6f0310eCopy full SHA for 6f0310e
src/SPC/store/pkg/PkgConfig.php
@@ -82,11 +82,11 @@ public function extract(string $name): void
82
->appendEnv($env)->cd($srcdir);
83
$shell->exec(
84
"./configure --prefix='{$prefix}' " .
85
- '--with-internal-glib '.
86
- '--disable-host-tool '.
87
- '--without-sysroot '.
88
- '--without-system-include-path '.
89
- '--without-system-library-path '.
+ '--with-internal-glib ' .
+ '--disable-host-tool ' .
+ '--without-sysroot ' .
+ '--without-system-include-path ' .
+ '--without-system-library-path ' .
90
'--without-pc-path',
91
);
92
$shell->exec('make -j' . (getenv('SPC_CONCURRENCY') ?: '1'));
0 commit comments