mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue