Skip to content

Commit

Permalink
Invoke ./configure with sh in compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lezsakdomi committed Oct 4, 2019
1 parent ae24629 commit af97b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mkdir -p build_pcre2/

cd deps/pcre2/

./configure --with-parens-nest-limit=50000 --with-match-limit=500000000 --disable-stack-for-recursion --enable-static --disable-shared --with-pic --prefix=$PWD/../../build_pcre2/
sh ./configure --with-parens-nest-limit=50000 --with-match-limit=500000000 --disable-stack-for-recursion --enable-static --disable-shared --with-pic --prefix=$PWD/../../build_pcre2/
gmake
gmake install

0 comments on commit af97b63

Please sign in to comment.