summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-19 08:46:49 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-19 08:47:07 +0900
commita9cdaaada4ade22f2f85fbc1f8bd41a8579528b0 (patch)
tree862871ca61ed25bfd6a82097cf376bc2b9633dc5
parent5177dd8ba081dd25bf8ceb0f1c861ea8f83884c3 (diff)
DEBUG
-rw-r--r--ext/-test-/symbol/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/symbol/extconf.rb b/ext/-test-/symbol/extconf.rb
index ecebdb7d6b..3467d2f0bd 100644
--- a/ext/-test-/symbol/extconf.rb
+++ b/ext/-test-/symbol/extconf.rb
@@ -2,3 +2,4 @@
require_relative "../auto_ext.rb"
have_func("rb_pin_dynamic_symbol")
auto_ext
+raise File.read("mkmf.log") unless $makefile_created