mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
recompile bundled stb truetype
This commit is contained in:
BIN
vendor/stb/lib/darwin/stb_truetype.a
vendored
BIN
vendor/stb/lib/darwin/stb_truetype.a
vendored
Binary file not shown.
BIN
vendor/stb/lib/stb_truetype_wasm.o
vendored
BIN
vendor/stb/lib/stb_truetype_wasm.o
vendored
Binary file not shown.
2
vendor/stb/src/Makefile
vendored
2
vendor/stb/src/Makefile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user