Skip to content

Commit a0bf15e

Browse files
committed
Make nqp accept a --custom-regex-lib command line flag.
1 parent f5856f0 commit a0bf15e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NQP/Compiler.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ my @clo := $nqpcomp.commandline_options();
2222
@clo.push('parsetrace');
2323
@clo.push('setting=s');
2424
@clo.push('setting-path=s');
25+
@clo.push('custom-regex-lib=s');
2526
@clo.push('module-path=s');
2627
@clo.push('no-regex-lib');
2728
@clo.push('stable-sc');

0 commit comments

Comments
 (0)