Skip to content

Commit d6e4019

Browse files
committed
Add --parrot-option to Configure.pl.
1 parent 5a6c697 commit d6e4019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
GetOptions(\%options, 'help!', 'prefix=s',
2727
'with-parrot=s', 'gen-parrot:s',
2828
'make-install!', 'makefile-timing!',
29-
'parrot-config=s');
29+
'parrot-config=s', 'parrot-option=s@');
3030

3131
# Print help if it's requested
3232
if ($options{'help'}) {

0 commit comments

Comments
 (0)