From e9adc2f4208797cb506f67c3e2fdc7966a6748e5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 23 Jun 2020 14:51:28 +0900 Subject: Match the output without encoding for localized compilers --- ext/-test-/cxxanyargs/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/-test-') diff --git a/ext/-test-/cxxanyargs/depend b/ext/-test-/cxxanyargs/depend index 02113b6c26..ca821409a2 100644 --- a/ext/-test-/cxxanyargs/depend +++ b/ext/-test-/cxxanyargs/depend @@ -6,7 +6,7 @@ $(TARGET_SO) $(STATIC_LIB): $(FAILURES:.cpp=.failed) $(Q)$(RUBY) -rfileutils \ -e "t = ARGV.shift" \ -e "err = IO.popen(ARGV, err:[:child, :out], &:read)" \ - -e "abort err unless /rb_define_method/ =~ err" \ + -e "abort err unless /rb_define_method/ =~ err.b" \ -e "File.write(t, err)" $@ $(MAKE) $(*F).o # AUTOGENERATED DEPENDENCIES START -- cgit v1.2.3