mirror of
				https://github.com/msgpack/msgpack-c.git
				synced 2025-11-04 12:17:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
require 'mkmf'
 | 
						|
require './version.rb'
 | 
						|
$CFLAGS << %[ -I.. -Wall -O4 -DMESSAGEPACK_VERSION=\\"#{MessagePack::VERSION}\\"]
 | 
						|
create_makefile('msgpack')
 | 
						|
 |