1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

As long as we depend on NVAPI for windows we also need to add a path to its includes

This commit is contained in:
Jens Steube 2016-01-27 20:09:17 +01:00
parent 7c6b3af23b
commit bfe3f148d7

View File

@ -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