mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[wasm/graphite] Typo
This commit is contained in:
parent
f95c2cc6d5
commit
1f86890b75
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ all: $(FONTS)
|
|||
-fvisibility=hidden \
|
||||
-Wl,--allow-undefined \
|
||||
-Wl,--no-entry \
|
||||
-Wl,--strip-all \
|
||||
-sERROR_ON_UNDEFINED_SYMBOLS=0 \
|
||||
~/graphite/src/libgraphite2.a \
|
||||
~/wasm/wasi-sdk-19.0/share/wasi-sysroot/lib/wasm32-wasi/libc.a \
|
||||
|
@ -22,4 +23,4 @@ all: $(FONTS)
|
|||
clean:
|
||||
$(RM) shape.wasm $(FONTS)
|
||||
|
||||
.PRECIOUS: shap.wasm
|
||||
.PRECIOUS: shape.wasm
|
||||
|
|
Loading…
Add table
Reference in a new issue