diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-03-28 10:12:11 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-28 11:15:29 +0900 |
commit | 589713bcb5cf4b52278a2cd6074d37c897dc79fc () | |
tree | dc860cda2a054777208a56953e1bb7403befe98a /template | |
parent | e652af18816ffe0b85109b8de0827349bf03f16d (diff) |
Ignore to build C extension for test files of bundled gems
-rw-r--r-- | template/configure-ext.mk.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,7 +33,9 @@ gems: % exts.each do |t, (o, dirs)| % dirs.each do |d| -% next if Dir.glob("#{srcdir}/#{d}/**/extconf.rb").empty? <%=t%>: <%=d%>/exts.mk <%=d%>/exts.mk: FORCE $(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make='$(MAKE)' \ |