Commit 4d41f8c7 authored by Jerome Wu's avatar Jerome Wu

Ignore fribidi errors

parent 66be8b84
......@@ -17,5 +17,5 @@ echo "CONF_FLAGS=${CONF_FLAGS[@]}"
(cd $LIB_PATH && \
emconfigure ./autogen.sh && \
CFLAGS=$CFLAGS emconfigure ./configure -C "${CONF_FLAGS[@]}")
emmake make -C $LIB_PATH install -j
emmake make -C $LIB_PATH install -j || true
emmake make -C $LIB_PATH clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment