Skip to content

Commit

Permalink
Remove now unused --libdir Configure.pl option
Browse files Browse the repository at this point in the history
  • Loading branch information
PatZim committed Sep 22, 2019
1 parent 41675f4 commit 225683f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure.pl
Expand Up @@ -55,7 +55,7 @@ BEGIN

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

0 comments on commit 225683f

Please sign in to comment.