mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fiddle] Create extconf header for MSVC
Not to include parenthesized argument. https://github.com/ruby/fiddle/commit/c2c921e16a
This commit is contained in:
parent
521aea9a76
commit
afa33da72b
Notes:
git
2021-09-05 19:26:21 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue