Closed Atlinx closed 5 months ago
There seems to be an issue with the Android dependencies. https://github.com/godotengine/godot-cpp-template/pull/33 possibly fixes this since it also upgrades the NDK setup action
Unfortunately the error still persists even with the PR :(. You can check the latest actions run on my better-terrain-gde repo, which still reports the same error.
Godot version
4.2
godot-cpp version
4.2 branch [4320c62c]
System information
Windows 11
Issue description
When using the GitHub actions to build my gd-extension, I get the following error for android 32-bit builds:
ld: error: cannot open crtbegin_so.o: No such file or directory
Here's the full error:
Here's my gd-extension repository: https://github.com/Atlinx/better-terrain-gde