1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 09:28:20 +00:00

switch to /usr/bin/ar

This commit is contained in:
Gabriele Gristina 2019-06-21 21:15:59 +02:00
parent b75fcef780
commit ec41a3f84e

View File

@ -66,10 +66,10 @@ SED_IN_PLACE := -i
ifeq ($(UNAME),Darwin)
CC := clang
# the sed -i option of macOS requires a parameter for the backup file (we just use "")
AR := /usr/bin/ar
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)