gossdeep
gossdeep copied to clipboard
``` bash # github.com/dutchcoders/gossdeep Undefined symbols for architecture x86_64: "_fuzzy_clone", referenced from: __cgo_8aab6a90c889_Cfunc_fuzzy_clone in ssdeep.cgo2.o (maybe you meant: __cgo_8aab6a90c889_Cfunc_fuzzy_clone) "_fuzzy_compare", referenced from: __cgo_8aab6a90c889_Cfunc_fuzzy_compare in ssdeep.cgo2.o (maybe you meant: __cgo_8aab6a90c889_Cfunc_fuzzy_compare) "_fuzzy_digest",...
I had to add this line to get it to compile successfully on Apple Silicon. It's obviously specific to ssdeep being installed via home-brew, so not sure if this should...