mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
recompile bundled stb truetype
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+1
-1
@@ -8,7 +8,7 @@ endif
|
|||||||
|
|
||||||
wasm:
|
wasm:
|
||||||
mkdir -p ../lib
|
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:
|
unix:
|
||||||
mkdir -p ../lib
|
mkdir -p ../lib
|
||||||
|
|||||||
Reference in New Issue
Block a user