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 1b0b551 commit 2433752Copy full SHA for 2433752
src/SPC/builder/unix/library/gettext.php
@@ -31,7 +31,7 @@ protected function build(): void
31
$autoconf->addConfigureArgs('--disable-threads');
32
}
33
34
- $autoconf->configure()->make(with_clean: true);
+ $autoconf->configure()->make();
35
$this->patchLaDependencyPrefix();
36
37
0 commit comments