Skip to content

Commit

Permalink
Revert "Remove unused and broken options forwarding from nqp-configure"
Browse files Browse the repository at this point in the history
This reverts commit b64a286.
I obviously have no idea what I'm doing.
  • Loading branch information
PatZim committed Sep 22, 2019
1 parent b64a286 commit c8f6b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -54,7 +54,7 @@ BEGIN
$cfg->set( 'nqp_config_status', join( ' ', map { "\"$_\"" } @ARGV ) );

GetOptions(
'help!',
$cfg->options, 'help!',
'prefix=s', 'nqp-home=s',
'sdkroot=s', 'sysroot=s',
'backends=s', 'no-clean',
Expand Down

0 comments on commit c8f6b4a

Please sign in to comment.