1
0
Fork 0
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:
Nobuyoshi Nakada 2021-08-24 13:15:47 +09:00
parent 521aea9a76
commit afa33da72b
Notes: git 2021-09-05 19:26:21 +09:00

View file

@ -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