1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

just redirect preprocessed vm.c to mjit header [Bug #17787]

Not all preprocessors work with output option.
This commit is contained in:
Nobuyoshi Nakada 2021-04-09 14:49:30 +09:00
parent 3a3033c138
commit c569c298fe
Notes: git 2021-04-10 16:05:24 +09:00

View file

@ -77,7 +77,7 @@ empty =
CC_VERSION = @CC_VERSION@
OUTFLAG = @OUTFLAG@$(empty)
COUTFLAG = @COUTFLAG@$(empty)
CPPOUTFLAG = $(COUTFLAG)
CPPOUTFLAG = >
ARCH_FLAG = @ARCH_FLAG@
CFLAGS_NO_ARCH = @CFLAGS@
CFLAGS = $(CFLAGS_NO_ARCH) $(ARCH_FLAG)