Commit 6297435e by devttys0

Added Makefile patch to address OSX build issues.

parent 36f300b5
......@@ -7,6 +7,7 @@ all: ssdeep_src_configure ssdeep_make_prep file_src_configure file_make_prep
make -C miniz
make -C compress
make -C ssdeep-$(SSDEEP_VERSION) libfuzzybinwalk.la
make -C file-$(FILE_VERSION)/src magic.h # This must be done first for OSX, else MAGIC_VERSION is undefined
make -C file-$(FILE_VERSION)/src libmagicbinwalk.la
install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment