mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Stop building extension gems for now
Extension gems will be installed by the installed standard libraries.
This commit is contained in:
parent
e8dde46359
commit
bac6e8ca5d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%>
|
|||
EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
|
||||
--make-flags="MINIRUBY='$(MINIRUBY)'"
|
||||
|
||||
all: exts gems
|
||||
all: exts # gems
|
||||
exts:
|
||||
gems:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue