Bufius / vertminer-gpu

GPU miner for vertcoin
GNU General Public License v3.0
40 stars 36 forks source link

readlink has no -f option on Mac OS X #11

Open daviewales opened 10 years ago

daviewales commented 10 years ago

autogen.sh fails with readlink: illegal option -- f on Mac OS X.

The build works if line 2 is changed to the following:

bs_dir="$(pwd)"

(This will break if you try to run autogen.sh from outside the current directory, I think. Hence no pull request.)