summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 11:35:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 11:35:11 +0000
commit9f5d9d31693e6f7413c22b6d7e828454e9e773b6 (patch)
treeefdfc375250ababa3c2addc5b302497e647084c8
parent57c033bc5ba909bab388e6a7411e6eeb58bbece9 (diff)
fix macro-name.
* win32/Makefile.sub: Not MJIT_SUPPORT, but USE_MJIT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a6096aa1a8..1af689f7dc 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -864,7 +864,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define RUBY_COREDLL "$(RT)"
#define RUBY_PLATFORM "$(arch)"
#define RUBY_SITEARCH "$(sitearch)"
-#define MJIT_SUPPORT 1
+#define USE_MJIT 1
#endif /* $(guard) */
<<