Skip to content

Commit 2433752

Browse files
committed
needless default
1 parent 1b0b551 commit 2433752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/gettext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function build(): void
3131
$autoconf->addConfigureArgs('--disable-threads');
3232
}
3333

34-
$autoconf->configure()->make(with_clean: true);
34+
$autoconf->configure()->make();
3535
$this->patchLaDependencyPrefix();
3636
}
3737
}

0 commit comments

Comments
 (0)