We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa8ca7 commit 67acfd3Copy full SHA for 67acfd3
makefile
@@ -173,6 +173,7 @@ $(DIRS):
173
$(WINNCHKDIR) $(call WINCHKPATH,$(INSTALLLIB)/asm) $(MKDIR) $(call NATIVEPATH,$(INSTALLLIB)/asm)
174
$(WINNCHKDIR) $(call WINCHKPATH,$(INSTALLINC)/ce) $(MKDIR) $(call NATIVEPATH,$(INSTALLINC)/ce)
175
$(WINNCHKDIR) $(call WINCHKPATH,$(INSTALLINC)/std) $(MKDIR) $(call NATIVEPATH,$(INSTALLINC)/std)
176
+ $(WINNCHKDIR) $(call WINCHKPATH,$(INSTALLINC)/compat) $(MKDIR) $(call NATIVEPATH,$(INSTALLINC)/compat)
177
178
#----------------------------
179
# release rule
0 commit comments