From: Jens Steube Date: Wed, 27 Jan 2016 19:09:17 +0000 (+0100) Subject: As long as we depend on NVAPI for windows we also need to add a path to its includes X-Git-Tag: v3.00-beta~447 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=bfe3f148d7db8929baef35657e04b8547e9c915f;p=hashcat.git As long as we depend on NVAPI for windows we also need to add a path to its includes --- diff --git a/src/Makefile b/src/Makefile index c01aec5..1e91376 100644 --- a/src/Makefile +++ b/src/Makefile @@ -186,7 +186,7 @@ CFLAGS_CROSS_WIN += -DHAVE_ADL endif ifeq ($(FOUND_NVAPI),1) -CFLAGS_CROSS_WIN += -DHAVE_NVAPI +CFLAGS_CROSS_WIN += -DHAVE_NVAPI -I$(NVAPI)/ endif endif