Skip to content

Commit 803963f

Browse files
committed
Revert "Fix silent-build build failure"
This reverts commit 6b3bd0b. The fix was broken and all well before.
1 parent 6b3bd0b commit 803963f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configure.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BEGIN
5454
$cfg->set( 'nqp_config_status', join( ' ', map { "\"$_\"" } @ARGV ) );
5555

5656
GetOptions(
57-
%{$cfg->options}, 'help!',
57+
$cfg->options, 'help!',
5858
'prefix=s', 'nqp-home=s',
5959
'sdkroot=s', 'sysroot=s',
6060
'backends=s', 'no-clean',
@@ -68,7 +68,7 @@ BEGIN
6868
'github-user=s', 'nqp-repo=s',
6969
'moar-repo=s', 'expand=s',
7070
'out=s', 'set-var=s@',
71-
'relocatable',
71+
'relocatable', 'silent-build!'
7272
)
7373
or do {
7474
print_help();

0 commit comments

Comments
 (0)