Skip to content

Commit 290ed88

Browse files
committed
Fix configure.ac for RUBY_CFLAGS
1 parent f9ed667 commit 290ed88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ if test "$enable_rubyinterp" = "yes" -o "$enable_rubyinterp" = "dynamic"; then
19241924
dnl On Mac OS X it is safer to just use the -framework flag
19251925
RUBY_LIBS="-framework Ruby"
19261926
dnl Don't include the -I flag when -framework is set
1927-
RUBY_CFLAGS="-DRUBY_VERSION=$rubyversion"
1927+
RUBY_CFLAGS="$RUBY_CFLAGS -DRUBY_VERSION=$rubyversion"
19281928
librubyarg=
19291929
fi
19301930

0 commit comments

Comments
 (0)