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])
|
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Security])
|
||||||
]dnl
|
]dnl
|
||||||
)
|
)
|
||||||
RUBY_APPEND_OPTION(XLDFLAGS, [-framework Foundation])
|
RUBY_APPEND_OPTION(XLDFLAGS, [-framework CoreFoundation])
|
||||||
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Foundation])
|
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework CoreFoundation])
|
||||||
],
|
],
|
||||||
[osf*], [
|
[osf*], [
|
||||||
AS_IF([test "$GCC" != "yes" ], [
|
AS_IF([test "$GCC" != "yes" ], [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue