Skip to content

Commit

Permalink
recompile bundled stb truetype
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Sep 9, 2024
1 parent ae020ff commit 0f379d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified vendor/stb/lib/darwin/stb_truetype.a
Binary file not shown.
Binary file modified vendor/stb/lib/stb_truetype_wasm.o
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/stb/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif

wasm:
mkdir -p ../lib
clang -c -Os --target=wasm32 -nostdlib stb_truetype_wasm.c -o ../lib/stb_truetype_wasm.o
$(CC) -c -Os --target=wasm32 -nostdlib stb_truetype_wasm.c -o ../lib/stb_truetype_wasm.o

unix:
mkdir -p ../lib
Expand Down

0 comments on commit 0f379d7

Please sign in to comment.