diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 11:35:11 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 11:35:11 +0000 |
commit | 9f5d9d31693e6f7413c22b6d7e828454e9e773b6 (patch) | |
tree | efdfc375250ababa3c2addc5b302497e647084c8 /win32 | |
parent | 57c033bc5ba909bab388e6a7411e6eeb58bbece9 (diff) | |
download | ruby-9f5d9d31693e6f7413c22b6d7e828454e9e773b6.tar.gz |
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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
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) */ << |