Sha256: 4539fa48fbd8d45bbd8a474379caabbfcce204d0b728a13822ea46917eaefa1d
Contents?: true
Size: 207 Bytes
Versions: 76
Compression:
Stored size: 207 Bytes
Contents
require 'mkmf' require 'rbconfig' if CONFIG['CC'] =~ /gcc/ $CFLAGS += ' -Wall' #$CFLAGS += ' -O0 -ggdb' end have_header("ruby/st.h") || have_header("st.h") have_header("re.h") create_makefile 'parser'
Version data entries
76 entries across 61 versions & 6 rubygems