mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Revert "make native build play well with external build systems"
This reverts commit 61efadb684
.
This commit is contained in:
parent
61efadb684
commit
dd66aba33f
13
src/Makefile
13
src/Makefile
@ -58,14 +58,13 @@ OPENCL_HEADERS_KHRONOS := deps/OpenCL-Headers
|
||||
## Native compiler paths
|
||||
##
|
||||
|
||||
CC ?= gcc
|
||||
FIND ?= find
|
||||
INSTALL ?= install
|
||||
RM ?= rm
|
||||
CC := gcc
|
||||
FIND := find
|
||||
INSTALL := install
|
||||
RM := rm
|
||||
SED := sed
|
||||
ifeq ($(UNAME),Darwin,FreeBSD)
|
||||
SED ?= gsed
|
||||
else
|
||||
SED ?= sed
|
||||
SED := gsed
|
||||
endif
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user