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

ruby-changes:66697

From: Nobuyoshi <ko1@a...>
Date: Tue, 6 Jul 2021 09:42:45 +0900 (JST)
Subject: [ruby-changes:66697] 8a5e161cd9 (master): Set ENCSTATIC in rbconfig.rb [Bug #17929]

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

From 8a5e161cd9a251054e851d46ccc367609a31c1c7 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 6 Jul 2021 01:43:41 +0900
Subject: Set ENCSTATIC in rbconfig.rb [Bug #17929]

---
 win32/Makefile.sub | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index febff22..2eb6292 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -982,6 +982,7 @@ s,@SOEXT@,dll,;t t https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L982
 s,@DLEXT@,so,;t t
 s,@LIBEXT@,lib,;t t
 s,@STRIP@,$(STRIP),;t t
+s,@ENCSTATIC@,$(ENCSTATIC),;t t
 s,@EXTSTATIC@,$(EXTSTATIC),;t t
 s,@setup@,Setup,;t t
 s,@MINIRUBY@,$(MINIRUBY),;t t
-- 
cgit v1.1


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

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