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:
parent
7c6b3af23b
commit
bfe3f148d7
@ -186,7 +186,7 @@ CFLAGS_CROSS_WIN += -DHAVE_ADL
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(FOUND_NVAPI),1)
|
ifeq ($(FOUND_NVAPI),1)
|
||||||
CFLAGS_CROSS_WIN += -DHAVE_NVAPI
|
CFLAGS_CROSS_WIN += -DHAVE_NVAPI -I$(NVAPI)/
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user