EduardoRFS / reason-mobile

MIT License
174 stars 10 forks source link

fix patch for musl and android on arm32 #33

Closed EduardoRFS closed 3 years ago

EduardoRFS commented 3 years ago

This happened because, configure is ignored on git diff and I was negligent and didn't wait for it to finish building when migrating to the new OCaml 4.12.

And android also needs * after eabi, because it can be androideabi24

https://github.com/ocaml/ocaml/blob/trunk/.gitattributes#L34

EduardoRFS commented 3 years ago

Merging as it already has all the cases green, and I need this to open the PR to fix mirage-crypto.

I'M SORRY, I HATE SLOW CIs.