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

Commit b9bc5c1

Browse files
committed
Add disable-docs in build-fribidi.sh
1 parent c8f64ad commit b9bc5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wasm/build-scripts/build-fribidi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CONF_FLAGS=(
1212
--enable-static
1313
--disable-dependency-tracking
1414
--disable-debug
15+
--disable-docs
1516
)
1617
echo "CONF_FLAGS=${CONF_FLAGS[@]}"
1718
(cd $LIB_PATH && \

0 commit comments

Comments
 (0)