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
@ -864,6 +864,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||||||
#define RUBY_COREDLL "$(RT)"
|
#define RUBY_COREDLL "$(RT)"
|
||||||
#define RUBY_PLATFORM "$(arch)"
|
#define RUBY_PLATFORM "$(arch)"
|
||||||
#define RUBY_SITEARCH "$(sitearch)"
|
#define RUBY_SITEARCH "$(sitearch)"
|
||||||
|
#define MJIT_SUPPORT 1
|
||||||
#endif /* $(guard) */
|
#endif /* $(guard) */
|
||||||
<<
|
<<
|
||||||
|
|
||||||
@ -1052,6 +1053,7 @@ s,@srcdir@,$(srcdir),;t t
|
|||||||
s,@top_srcdir@,$(srcdir),;t t
|
s,@top_srcdir@,$(srcdir),;t t
|
||||||
s,@try_header@,try_compile,;t t
|
s,@try_header@,try_compile,;t t
|
||||||
s,@ruby_pc@,$(ruby_pc),;t t
|
s,@ruby_pc@,$(ruby_pc),;t t
|
||||||
|
s,@MJIT_SUPPORT,$(MJIT_SUPPORT),;t t
|
||||||
<<KEEP
|
<<KEEP
|
||||||
|
|
||||||
miniruby: miniruby$(EXEEXT)
|
miniruby: miniruby$(EXEEXT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user