From 9f5d9d31693e6f7413c22b6d7e828454e9e773b6 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 20 Oct 2018 11:35:11 +0000 Subject: 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 --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') 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) */ << -- cgit v1.2.3