Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Add disable-docs in build-fribidi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed May 3, 2021
1 parent c8f64ad commit b9bc5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasm/build-scripts/build-fribidi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CONF_FLAGS=(
--enable-static
--disable-dependency-tracking
--disable-debug
--disable-docs
)
echo "CONF_FLAGS=${CONF_FLAGS[@]}"
(cd $LIB_PATH && \
Expand Down

0 comments on commit b9bc5c1

Please sign in to comment.