mirror of
https://github.com/hashcat/hashcat
synced 2025-06-10 05:13:42 +02:00
Revert "make native build play well with external build systems"
This reverts commit 61efadb6843269e8274ac31f03358bcbbc894e2b.
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
|
## Native compiler paths
|
||||||
##
|
##
|
||||||
|
|
||||||
CC ?= gcc
|
CC := gcc
|
||||||
FIND ?= find
|
FIND := find
|
||||||
INSTALL ?= install
|
INSTALL := install
|
||||||
RM ?= rm
|
RM := rm
|
||||||
|
SED := sed
|
||||||
ifeq ($(UNAME),Darwin,FreeBSD)
|
ifeq ($(UNAME),Darwin,FreeBSD)
|
||||||
SED ?= gsed
|
SED := gsed
|
||||||
else
|
|
||||||
SED ?= sed
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user