aw-android icon indicating copy to clipboard operation
aw-android copied to clipboard

Build script error

Open 8bitgentleman opened this issue 4 years ago • 1 comments

When running the install script install-ndk.sh I get the error

/usr/bin/readlink
readlink: illegal option -f

I believe this is because readlink does not exist on Mac systems, as mentioned in this stackoverflow.

8bitgentleman avatar May 16 '20 13:05 8bitgentleman

readlink exists, but it's not the GNU readlink, and it doesn't support the -f option.

A workaround would be to install GNU readlink (greadlink) as someone in the thread suggested (brew install coreutils), but ideally, we'd patch the script to use one of the other alternatives suggested.

ErikBjare avatar May 16 '20 16:05 ErikBjare