Skip to content

Commit

Permalink
Remove unused and broken options forwarding from nqp-configure
Browse files Browse the repository at this point in the history
This seems to be stale code.
  • Loading branch information
PatZim committed Sep 22, 2019
1 parent 803963f commit b64a286
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(
$cfg->options, 'help!',
'help!',
'prefix=s', 'nqp-home=s',
'sdkroot=s', 'sysroot=s',
'backends=s', 'no-clean',
Expand Down

0 comments on commit b64a286

Please sign in to comment.