Skip to content

Commit

Permalink
Stop rebuilding miniruby always [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 26, 2022
1 parent 2556e15 commit 2f5edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs/gmake.mk
Expand Up @@ -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.
Expand Down

0 comments on commit 2f5edfa

Please sign in to comment.