1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Merge pull request #3124 from Chick3nman/master

Fix logic flaw in Makefile
This commit is contained in:
Jens Steube 2022-01-12 18:45:32 +01:00 committed by GitHub
commit 60eabbd2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ SED_IN_PLACE := -i ""
DARWIN_VERSION := $(shell uname -r | cut -d. -f1) DARWIN_VERSION := $(shell uname -r | cut -d. -f1)
endif endif
ifeq (,$(filter $(UNAME),FreeBSD NetBSD)) ifneq (,$(filter $(UNAME),FreeBSD NetBSD))
CC := cc CC := cc
CXX := c++ CXX := c++
SED := gsed SED := gsed