Hi , I am trying to embed it into my android game (a c++ project), will you please add cross build for android? static and shared, debug and release options?
I am not farmiliar with zig.
But I have built a "libcyber.a" static libary succsussfully.
It encounted some errors, and it fixed by modifing the build.zig. Maybe you guys will do better. Here is my building command:
zig build lib -Doptimize=ReleaseFast -Dtarget=aarch64-linux-android
The modifed build.zig is attached, just focus on lines including "addIncludePath(.{ .path = "D:/Prog/Android.....".
I will be happy if android building is supported. Thank you.
build.zig.txt
Hi , I am trying to embed it into my android game (a c++ project), will you please add cross build for android? static and shared, debug and release options?
I am not farmiliar with zig.
But I have built a "libcyber.a" static libary succsussfully.
It encounted some errors, and it fixed by modifing the build.zig. Maybe you guys will do better. Here is my building command:
zig build lib -Doptimize=ReleaseFast -Dtarget=aarch64-linux-android
The modifed build.zig is attached, just focus on lines including "addIncludePath(.{ .path = "D:/Prog/Android.....".
I will be happy if android building is supported. Thank you.
build.zig.txt