Revert "Stop rebuilding miniruby always [ci skip]"

This reverts commit 2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3.
This commit is contained in:
Nobuyoshi Nakada 2022-05-27 09:54:45 +09:00
parent a04d8c9513
commit be26f40682
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 # Put this here instead of in common.mk to avoid breaking nmake builds
# TODO: might need to move for BSD Make support # TODO: might need to move for BSD Make support
miniruby$(EXEEXT): | $(YJIT_LIBS) miniruby$(EXEEXT): $(YJIT_LIBS)
# Generate Rust bindings. See source for details. # Generate Rust bindings. See source for details.
# Needs `./configure --enable-yjit=dev` and Clang. # Needs `./configure --enable-yjit=dev` and Clang.