Skip to content

Commit

Permalink
Enable unicode properties as well
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 10, 2019
1 parent 64883d3 commit cec6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCRE/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd $WORKSPACE/srcdir/pcre-*/
if [[ ${target} == *apple-darwin* ]]; then
export AR=/opt/${target}/bin/${target}-ar
fi
./configure --prefix=$prefix --host=$target --enable-utf8
./configure --prefix=$prefix --host=$target --enable-utf8 --enable-unicode-properties
make -j${nproc} VERBOSE=1
make install VERBOSE=1
"""
Expand Down

0 comments on commit cec6cb0

Please sign in to comment.