Skip to content

Commit 181b592

Browse files
Add third_party/headers/webgpu to the INCLUDE path
1 parent 8f10387 commit 181b592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CXX=clang++
66
GPUCPP ?= $(PWD)
77
LIBDIR ?= $(GPUCPP)/third_party/lib
88
LIBSPEC ?= . $(GPUCPP)/source
9-
INCLUDES ?= -I$(GPUCPP) -I$(GPUCPP)/third_party/headers
9+
INCLUDES ?= -I$(GPUCPP) -I$(GPUCPP)/third_party/headers -I$(GPUCPP)/third_party/headers/webgpu
1010
ifeq ($(shell $(CXX) -std=c++17 -x c++ -E -include array - < /dev/null > /dev/null 2>&1 ; echo $$?),0)
1111
STDLIB :=
1212
else

0 commit comments

Comments
 (0)