zig
zig copied to clipboard
android ndk 24 no crt.o crtbegin.o
Zig Version
0.10.0-dev.2880+6f0807f50
Steps to Reproduce
try cross build project for android with libc.txt file.
use zig cc as clang.
Expected Behavior
expect there is crt_dir and static_crt_dir work for android NDK.
Actual Behavior
can not set crt_dir, static_crt_dir because there is no crt.o crtbegin.o in new NDK file.