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

ruby-changes:65482

From: Rick <ko1@a...>
Date: Fri, 19 Mar 2021 16:41:30 +0900 (JST)
Subject: [ruby-changes:65482] dc7044eb48 (master): Remove unneeded dependencies on macOS [Feature #17730]

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

From dc7044eb48f475e5ac34e994e89115052574c451 Mon Sep 17 00:00:00 2001
From: Rick Mark <rick.mark@c...>
Date: Fri, 19 Mar 2021 15:27:42 +0900
Subject: Remove unneeded dependencies on macOS [Feature #17730]

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 83eee92..f894008 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3641,8 +3641,8 @@ AS_CASE(["$target_os"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L3641
 		RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Security])
 	    ]dnl
 	)
-	RUBY_APPEND_OPTION(XLDFLAGS, [-framework Foundation])
-	RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Foundation])
+	RUBY_APPEND_OPTION(XLDFLAGS, [-framework CoreFoundation])
+	RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework CoreFoundation])
 	],
     [osf*], [
 	AS_IF([test "$GCC" != "yes" ], [
-- 
cgit v1.1


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

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