xyzz / openmw-android

OpenMW for Android
https://omw.xyz.is/
GNU General Public License v3.0
325 stars 88 forks source link

Is this hardcoding the CPU cores used? #49

Closed licaon-kter closed 4 years ago

licaon-kter commented 4 years ago

...because in F-Droid at least we have more than 4: https://github.com/xyzz/openmw-android/blob/master/buildscripts/CMakeLists.txt#L86

Or am I misunderstanding its purpose?

xyzz commented 4 years ago

basically yes but that only applies to libraries using ndk-build: SDL2 and gl4es, both of which build pretty much instantly

licaon-kter commented 4 years ago

Great