summaryrefslogtreecommitdiff
path: root/tool/fake.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/fake.rb')
-rw-r--r--tool/fake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/fake.rb b/tool/fake.rb
index d7460e2f85..06f730288a 100644
--- a/tool/fake.rb
+++ b/tool/fake.rb
@@ -6,7 +6,7 @@ class File
end
end
-static = !!$static
+static = !!(defined?($static) && $static)
$:.unshift(builddir)
posthook = proc do
config = RbConfig::CONFIG