nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
https://www.nowsecure.com
MIT License
881 stars 151 forks source link

Support iOS native build #51

Closed Torrekie closed 3 years ago

Torrekie commented 3 years ago

Made some modifications to Makefile in order to correctly locate build toolchains when attempting to build on iOS natively:

  1. Avoid using xcrun.
  2. Locate sysroot to /.
  3. Use ldid instead of ldid2.
trufae commented 3 years ago

Looks good. i would probably squash some ducks reusing variables, but it looks and runs good. Thanks!