Skip to content

Commit 98b373d

Browse files
authored
Add include folder back in header paths
1 parent 8e9c5e6 commit 98b373d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ endif
116116

117117
#Define the nesassary headers, along with any the user may have defined, where modification should just trigger a build
118118
USERHEADERS := $(call NATIVEPATH,$(foreach dir,$(ALLDIRS),$(wildcard $(dir)*.h)))
119-
HEADERS := $(subst $(space),;,$(call WINPATH,$(ALLDIRS) $(addprefix $(CEDEV)/,include/compat include/ce include/std)))
119+
HEADERS := $(subst $(space),;,$(call WINPATH,$(ALLDIRS) $(addprefix $(CEDEV)/,include include/compat include/ce include/std)))
120120
HEADERS := $(subst \;,;,$(HEADERS))
121121
HEADERS := $(subst \;,;,$(HEADERS))
122122
HEADERS := $(subst /;,;,$(HEADERS))

0 commit comments

Comments
 (0)