mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Update vendor/cgltf/src/Makefile
missing darwin folder Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
2
vendor/cgltf/src/Makefile
vendored
2
vendor/cgltf/src/Makefile
vendored
@@ -13,7 +13,7 @@ unix:
|
||||
rm *.o
|
||||
|
||||
darwin:
|
||||
mkdir -p ../lib
|
||||
mkdir -p ../lib/darwin
|
||||
$(CC) -arch x86_64 -c -O2 -Os -fPIC cgltf.c -o cgltf-x86_64.o -mmacosx-version-min=10.12
|
||||
$(CC) -arch arm64 -c -O2 -Os -fPIC cgltf.c -o cgltf-arm64.o -mmacosx-version-min=10.12
|
||||
lipo -create cgltf-x86_64.o cgltf-arm64.o -output ../lib/darwin/cgltf.a
|
||||
|
||||
Reference in New Issue
Block a user