[release] build pcre with unicode props

pull/1006/head
Timothy Stack 2 years ago
parent 6105db3c32
commit 1dade3d66e

@ -89,6 +89,7 @@ OS=$(uname -s)
./configure --prefix=${FAKE_ROOT} \
--enable-jit \
--enable-utf \
--enable-unicode-properties \
&& \
make && make install)

Loading…
Cancel
Save