Skip to content

Commit 225683f

Browse files
committed
Remove now unused --libdir Configure.pl option
1 parent 41675f4 commit 225683f

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
@@ -55,7 +55,7 @@ BEGIN
5555

5656
GetOptions(
5757
$cfg->options, 'help!',
58-
'prefix=s', 'libdir=s',
58+
'prefix=s', 'nqp-home=s',
5959
'sdkroot=s', 'sysroot=s',
6060
'backends=s', 'no-clean',
6161
'with-moar=s', 'gen-moar:s',
@@ -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', 'nqp-home=s',
71+
'relocatable',
7272
)
7373
or do {
7474
print_help();

0 commit comments

Comments
 (0)