Conversation
Temporarily disabled the tests
|
@HaxSam thanks for working on this improvement EDIT: Maybe @michaelfiber and @Not-Nik (Zig experts) can help with some review/testing |
|
0.15.x worked fine for me but when i tried 0.16.0 it fails: i'll try both on windows and mac next. im using RGFW backend but the error is there for glfw as well |
|
@CrackedPixel great catch, thank you Edit: It seems like you use an older version of the repo because this line doesn't exist anymore and was changed for 0.16.0, so it can't run. PS. Important: when it can run on 0.15.0 it can't on 0.16.0 and vice versa, there were too many breaking changes |
|
Hi @HaxSam here is the error that I get when I try to build the lib for Android Error before the refactor: |
|
Oh yeh good catch you need to set the platform to |
|
If possible can you fix the generation of android-libc.txt as well from the previous version. |
Clean up the build.zig file
The platform implementation was not right and only worked on Windows