From cec6cb0da63b9f459210d2ee95e695f2fa5c0c7e Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Thu, 10 Jan 2019 15:07:14 -0500 Subject: [PATCH] Enable unicode properties as well --- PCRE/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCRE/build_tarballs.jl b/PCRE/build_tarballs.jl index 44b651d2f2e..e5666d16528 100644 --- a/PCRE/build_tarballs.jl +++ b/PCRE/build_tarballs.jl @@ -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 """