Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
283 stars 30 forks source link

Android dependency buildscript pipeline #63

Closed rollerozxa closed 1 year ago

rollerozxa commented 1 year ago

Now fetches and builds using dependencies automatically built from this repo. Right now cURL, Freetype, libjpeg and libpng are built with it.

Building x86 has been temporarily disabled as the buildscripts only build for ARM currently but I'll get to that, alongside testing so that x86 support actually works.

rollerozxa commented 1 year ago

x86 and x86_64 building has been reenabled, with the proper dependencies now being built for those arches. Runs fine on Android-x86, so something must have magically been fixed between 1.5.1 and now for it to work.