nowsecure / fsmon

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

build for Android on macOS failed #53

Closed leleliu008 closed 2 months ago

leleliu008 commented 2 years ago

https://github.com/nowsecure/fsmon/archive/1.8.4.tar.gz

I suggest you using following code to test if is Android target:

TARGET_MACHINE := $(shell $(CC) -dumpmachine 2>/dev/null)

ifneq ($(findstring -android,$(TARGET_MACHINE)),)
trufae commented 2 years ago

Can you submit a pr instead? Its easier to review in there and you get credit for the patch. Just click in the pencil icon no need to use the shell and fork the repo

leleliu008 commented 2 years ago

ok, I will try it later.