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 4491c67 commit 214ba40Copy full SHA for 214ba40
win32/Makefile.sub
@@ -649,7 +649,8 @@ config.status: nul
649
650
guard = INCLUDE_RUBY_CONFIG_H
651
652
-$(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
+$(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub \
653
+ $(ABI_VERSION_HDR)
654
@echo Creating config.h
655
!if !exist("$(arch_hdrdir)")
656
@md $(arch_hdrdir:/=\)
0 commit comments