## Description Currently in Zig 0.14.0 if you link C++ it has *problems*. We work around that issue currently as detailed here: https://github.com/silbinarywolf/zig-android-sdk/pull/30 We're keeping this issue open so that we can remove this hack when Zig is fixed in the future. ## Related issues - https://github.com/silbinarywolf/zig-android-sdk/issues/28 - https://github.com/ziglang/zig/issues/23302
Description
Currently in Zig 0.14.0 if you link C++ it has problems. We work around that issue currently as detailed here:
#30
We're keeping this issue open so that we can remove this hack when Zig is fixed in the future.
Related issues