mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
5 lines
148 B
Ruby
5 lines
148 B
Ruby
require 'mkmf'
|
|
require './version.rb'
|
|
$CFLAGS << %[ -I.. -Wall -O4 -DMESSAGEPACK_VERSION=\\"#{MessagePack::VERSION}\\"]
|
|
create_makefile('msgpack')
|
|
|