Skip to content

Commit 44c51a2

Browse files
author
Charlie Somerville
authored
Merge pull request #38 from github/backport_high_sierra_fix
Backport r60182 to fix High Sierra issues
2 parents a082e2b + 692c2c2 commit 44c51a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4142,8 +4142,8 @@ AS_CASE(["$target_os"],
41424142
],
41434143
[darwin*], [
41444144
RUBY_APPEND_OPTION(CFLAGS, -pipe)
4145-
RUBY_APPEND_OPTION(XLDFLAGS, [-framework CoreFoundation])
4146-
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework CoreFoundation])
4145+
RUBY_APPEND_OPTION(XLDFLAGS, [-framework Foundation])
4146+
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework Foundation])
41474147
],
41484148
[osf*], [
41494149
if test "$GCC" != "yes" ; then

0 commit comments

Comments
 (0)