mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-23 04:52:03 +00:00
Fix fatal OSX build errors
This commit is contained in:
parent
34532cea25
commit
b75fcef780
@ -69,6 +69,7 @@ CC := clang
|
|||||||
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)
|
||||||
|
AR := /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UNAME),FreeBSD)
|
ifeq ($(UNAME),FreeBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user