mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-25 17:38:23 +00:00
switch to /usr/bin/ar
This commit is contained in:
parent
b75fcef780
commit
ec41a3f84e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user