[前][次][番号順一覧][スレッド一覧]

ruby-changes:67608

From: Nobuyoshi <ko1@a...>
Date: Sun, 5 Sep 2021 19:26:17 +0900 (JST)
Subject: [ruby-changes:67608] afa33da72b (master): [ruby/fiddle] Create extconf header for MSVC

https://git.ruby-lang.org/ruby.git/commit/?id=afa33da72b

From afa33da72b35fd8e98ebd56eb24b6204c35994ce Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 24 Aug 2021 13:15:47 +0900
Subject: [ruby/fiddle] Create extconf header for MSVC

Not to include parenthesized argument.

https://github.com/ruby/fiddle/commit/c2c921e16a
---
 ext/-test-/auto_ext.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/-test-/auto_ext.rb b/ext/-test-/auto_ext.rb
index 71606a9..58c49c1 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) https://github.com/ruby/ruby/blob/trunk/ext/-test-/auto_ext.rb#L6
   inits.delete("init")
   inits.map! {|s|"X(#{s})"}
   $defs << "-DTEST_INIT_FUNCS(X)=\"#{inits.join(' ')}\""
+  create_header
   create_makefile(feat)
 end
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]