From 20638891fb71c8ca81b34d84349b5bcb89db66de Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 28 Feb 2017 17:23:11 +1300 Subject: Use absolute path for cl source directory --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 5b068e5..5227dfc 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -CFLAGS += -I/usr/include/CL/ -DCL_SRC_DIR=\"./cl/\" +CFLAGS += -I/usr/include/CL/ -DCL_SRC_DIR=\"$(PWD)/cl/\" LDFLAGS += -lOpenCL -- cgit v1.1