Stop rebuilding miniruby always [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-05-26 15:26:33 +09:00
parent 2556e15d75
commit 2f5edfa47d
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -398,7 +398,7 @@ $(YJIT_LIBS): yjit-static-lib
# Put this here instead of in common.mk to avoid breaking nmake builds
# TODO: might need to move for BSD Make support
miniruby$(EXEEXT): $(YJIT_LIBS)
miniruby$(EXEEXT): | $(YJIT_LIBS)
# Generate Rust bindings. See source for details.
# Needs `./configure --enable-yjit=dev` and Clang.