projects
/
hashcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c6b3af
)
As long as we depend on NVAPI for windows we also need to add a path to its includes
author
Jens Steube
<jens.steube@gmail.com>
Wed, 27 Jan 2016 19:09:17 +0000
(20:09 +0100)
committer
Jens Steube
<jens.steube@gmail.com>
Wed, 27 Jan 2016 19:09:17 +0000
(20:09 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
c01aec5
..
1e91376
100644
(file)
--- 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