We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a082e2b + 692c2c2 commit 44c51a2Copy full SHA for 44c51a2
configure.in
@@ -4142,8 +4142,8 @@ AS_CASE(["$target_os"],
4142
],
4143
[darwin*], [
4144
RUBY_APPEND_OPTION(CFLAGS, -pipe)
4145
- RUBY_APPEND_OPTION(XLDFLAGS, [-framework CoreFoundation])
4146
- RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework CoreFoundation])
+ RUBY_APPEND_OPTION(XLDFLAGS, [-framework Foundation])
+ RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Foundation])
4147
4148
[osf*], [
4149
if test "$GCC" != "yes" ; then
0 commit comments