1
0
Fork 0
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:
Rick Mark 2021-03-19 15:27:42 +09:00 committed by Nobuyoshi Nakada
parent 4ea96f1d4f
commit dc7044eb48
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-03-19 16:41:31 +09:00

View file

@ -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" ], [