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 d32bdb2 commit c714100Copy full SHA for c714100
src/SPC/store/pkg/PkgConfig.php
@@ -81,6 +81,7 @@ public function extract(string $name): void
81
])
82
->appendEnv($env)->cd($srcdir);
83
$shell->exec(
84
+ "./configure --prefix='{$prefix}' " .
85
'--with-internal-glib '.
86
'--disable-host-tool '.
87
'--without-sysroot '.
0 commit comments