Skip to content

Commit f9ed667

Browse files
committed
Fix configure for RUBY_CFLAGS
1 parent 6127f5c commit f9ed667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auto/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7251,7 +7251,7 @@ $as_echo "$rubyhdrdir" >&6; }
72517251
RUBY_LIBS="$RUBY_LIBS -L$rubylibdir"
72527252
elif test -d "/System/Library/Frameworks/Ruby.framework"; then
72537253
RUBY_LIBS="-framework Ruby"
7254-
RUBY_CFLAGS="-DRUBY_VERSION=$rubyversion"
7254+
RUBY_CFLAGS="$RUBY_CFLAGS -DRUBY_VERSION=$rubyversion"
72557255
librubyarg=
72567256
fi
72577257

0 commit comments

Comments
 (0)