summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-24 13:15:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-05 17:31:46 +0900
commitafa33da72b35fd8e98ebd56eb24b6204c35994ce (patch)
tree5fd210f2b291b362ef8a315aa078ac347fed97cd /ext
parent521aea9a7609d0d3b588d8dc6494d4d77052c2b1 (diff)
[ruby/fiddle] Create extconf header for MSVC
Not to include parenthesized argument. https://github.com/ruby/fiddle/commit/c2c921e16a
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4810
Diffstat (limited to 'ext')
-rw-r--r--ext/-test-/auto_ext.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/auto_ext.rb b/ext/-test-/auto_ext.rb
index 71606a9dd1..58c49c177b 100644
--- a/ext/-test-/auto_ext.rb
+++ b/ext/-test-/auto_ext.rb
@@ -6,5 +6,6 @@ def auto_ext(feat = $0[%r[/ext/(-test-/.*)/extconf.rb\z], 1], inc: false)
inits.delete("init")
inits.map! {|s|"X(#{s})"}
$defs << "-DTEST_INIT_FUNCS(X)=\"#{inits.join(' ')}\""
+ create_header
create_makefile(feat)
end