Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So there's a bug where NDK r25 doesn't handle command line args properly to clang. Which is precisely what rustc calls, and breaks. Highly paid teams at Google in their infinite wisdom implemented argument handling with [reads notes] wizardry, wishful thinking, and ... fucking batch scripts in 2023. `.cmd` files. For arg parsing! ON WINDOWS! WHAT IN THE NAME OF ZOMBIE JESUS. Anyway. So now cargo-ndk will use the actual Win32 function for parsing args before handing them off to their cursed batch files. It took 2 hours to workaround this issue. The bug in the NDK repo has been open for 3 months. I should invoice Google at this point. android/ndk#1856
- Loading branch information
213c0d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lmao