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.
1 parent f9ed667 commit 290ed88Copy full SHA for 290ed88
1 file changed
src/configure.ac
@@ -1924,7 +1924,7 @@ if test "$enable_rubyinterp" = "yes" -o "$enable_rubyinterp" = "dynamic"; then
1924
dnl On Mac OS X it is safer to just use the -framework flag
1925
RUBY_LIBS="-framework Ruby"
1926
dnl Don't include the -I flag when -framework is set
1927
- RUBY_CFLAGS="-DRUBY_VERSION=$rubyversion"
+ RUBY_CFLAGS="$RUBY_CFLAGS -DRUBY_VERSION=$rubyversion"
1928
librubyarg=
1929
fi
1930
0 commit comments