Install fuse-ext2 without Xcode
cheyao opened this issue · 2 comments
cheyao commented
Is it possible to install fuse-ext2 without Xcode? I have xcode-select installed, but I get this error while building:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Or maby can someone give me a macos binary file (for intel cpu)?
yurikoles commented
Just replace if DARWIN
with some random var check, e.g. if I_HAVE_XCODE
in tools/macosx/Makefile.am
cheyao commented
Deleting the contents of the file worked for me :) Thanks for the tip @yurikoles