brutal-org/brutal

Building on macOS

daniyalw opened this issue · 4 comments

When I try to build it on macOS, it works fine for the most part. However, it always now ends in this:

make: *** No rule to make target `/opt/homebrew/Cellar/llvm/13.0.0_1/lib/clang/13.0.0/share/asan_ignorelist.txt', needed by `bin/arm64-llvm/host/embed/posix/err.c.o'.  Stop.

How do I fix this, or get around this?

Try removing the following lines from the makefile:

	-fsanitize=address \
	-fsanitize=undefined

I did that, but it's still giving me the same error.

Did you try make nuke then make all?

It works.