Skip to content

Commit

Permalink
Revert "Fix silent-build build failure"
Browse files Browse the repository at this point in the history
This reverts commit 6b3bd0b.
The fix was broken and all well before.
  • Loading branch information
PatZim committed Sep 22, 2019
1 parent 6b3bd0b commit 803963f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BEGIN
$cfg->set( 'nqp_config_status', join( ' ', map { "\"$_\"" } @ARGV ) );

GetOptions(
%{$cfg->options}, 'help!',
$cfg->options, 'help!',
'prefix=s', 'nqp-home=s',
'sdkroot=s', 'sysroot=s',
'backends=s', 'no-clean',
Expand All @@ -68,7 +68,7 @@ BEGIN
'github-user=s', 'nqp-repo=s',
'moar-repo=s', 'expand=s',
'out=s', 'set-var=s@',
'relocatable',
'relocatable', 'silent-build!'
)
or do {
print_help();
Expand Down

0 comments on commit 803963f

Please sign in to comment.