From bfe3f148d7db8929baef35657e04b8547e9c915f Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 27 Jan 2016 20:09:17 +0100 Subject: [PATCH] As long as we depend on NVAPI for windows we also need to add a path to its includes --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c01aec5ca..1e9137689 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