mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Remove unneeded dependencies on macOS [Feature #17730]
This commit is contained in:
parent
4ea96f1d4f
commit
dc7044eb48
Notes:
git
2021-03-19 16:41:31 +09:00
@ -3641,8 +3641,8 @@ AS_CASE(["$target_os"],
|
||||
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" ], [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user