1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 04:22:13 +00:00

Fix fatal OSX build errors

This commit is contained in:
Gabriele Gristina 2019-06-20 20:24:12 +02:00
parent 34532cea25
commit b75fcef780

View File

@ -69,6 +69,7 @@ CC := clang
SED := /usr/bin/sed
SED_IN_PLACE := -i ""
PROD_VERS := $(shell sw_vers -productVersion | cut -d. -f2)
AR := /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
endif
ifeq ($(UNAME),FreeBSD)