mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
6 lines
151 B
Ruby
6 lines
151 B
Ruby
require 'mkmf'
|
|
require './version.rb'
|
|
$CFLAGS << %[ -I.. -Wall -O4 -DMESSAGEPACK_VERSION=\\"#{MessagePack::VERSION}\\" -g]
|
|
create_makefile('msgpack')
|
|
|