diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-06-23 14:51:28 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-06-23 15:05:44 +0900 |
commit | e9adc2f4208797cb506f67c3e2fdc7966a6748e5 (patch) | |
tree | fbfcc7706e30350665fbaf50f2f2cd4626794bd1 | |
parent | 9ce20662093647877d9835abbe73c71379e77146 (diff) |
Match the output without encoding for localized compilers
-rw-r--r-- | ext/-test-/cxxanyargs/depend | 2 |
1 files changed, 1 insertions, 1 deletions
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 |