mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-27 17:08:39 +00:00
commit
6ed7dde1d4
@ -66,6 +66,7 @@ SED_IN_PLACE := -i
|
|||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
CC := clang
|
CC := clang
|
||||||
# the sed -i option of macOS requires a parameter for the backup file (we just use "")
|
# 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 := /usr/bin/sed
|
||||||
SED_IN_PLACE := -i ""
|
SED_IN_PLACE := -i ""
|
||||||
PROD_VERS := $(shell sw_vers -productVersion | cut -d. -f2)
|
PROD_VERS := $(shell sw_vers -productVersion | cut -d. -f2)
|
||||||
|
Loading…
Reference in New Issue
Block a user