diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-10-04 17:55:59 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-10-04 20:03:14 +0900 |
commit | bac6e8ca5d8f6bc45984d12ddad55d3d876d4324 (patch) | |
tree | 55eba8bf2bd94fe260a2e9f2838bb96021d49e76 | |
parent | e8dde4635928b3a3ac7d94530ae643fbac595d26 (diff) |
Stop building extension gems for now
Extension gems will be installed by the installed standard
libraries.
-rw-r--r-- | template/configure-ext.mk.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl index 8ba6b963e3..6636a7759c 100644 --- a/template/configure-ext.mk.tmpl +++ b/template/configure-ext.mk.tmpl @@ -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: |