From e2dc93103023bb1b536f542a54a8158beeb2d9d4 Mon Sep 17 00:00:00 2001 From: wgzhao Date: Thu, 29 Jan 2015 23:32:58 +0800 Subject: [PATCH] fix compile error --- ext/bzip2/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bzip2/extconf.rb b/ext/bzip2/extconf.rb index b4d93c4..fe41a07 100644 --- a/ext/bzip2/extconf.rb +++ b/ext/bzip2/extconf.rb @@ -3,7 +3,7 @@ dir_config('bz2') have_header('bzlib.h') -$CFLAGS << ' -Wall -Wextra -Wno-unused -funroll-loops ' +$CFLAGS << ' -Wall -Wextra -Wno-unused -funroll-loops -DRUBINIUS' # $CFLAGS << ' -O0 -ggdb -Wextra' if have_library("bz2", "BZ2_bzWriteOpen")