mpiannucci/hello-zig
Test project for integrating zig with ios, android, macos, etc
Attempt at getting a zig library compiled for use on ios and other platforms
Using the zig build script (DOESNT WORK FOR IOS YET):
IPHONEOS_DEPLOYMENT_TARGET=9.0 zig build
Manually build for ios:
bash build_ios_fat_lib.sh
Then open Hello Zig/HelloZig.xcproject
and build for ios from there
build-lib
directly does.. no idea why yet, looks like a linker issue.