mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix MJIT_SUPPORT on win32.
* win32/Makefile.sub: add MJIT_SUPPORT macro for C codes and variable for Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67e2373f06
commit
ecac8d0c34
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +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
|
||||
#endif /* $(guard) */
|
||||
<<
|
||||
|
||||
|
@ -1052,6 +1053,7 @@ s,@srcdir@,$(srcdir),;t t
|
|||
s,@top_srcdir@,$(srcdir),;t t
|
||||
s,@try_header@,try_compile,;t t
|
||||
s,@ruby_pc@,$(ruby_pc),;t t
|
||||
s,@MJIT_SUPPORT,$(MJIT_SUPPORT),;t t
|
||||
<<KEEP
|
||||
|
||||
miniruby: miniruby$(EXEEXT)
|
||||
|
|
Loading…
Add table
Reference in a new issue