Sha256: 6c2b42f1a70398a6890e697452492e69cd456f2da6846cfe86c94060dedcb085
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
require 'mkmf' CONFIG["CC"] = "g++" $CFLAGS = "#{ENV['CFLAGS']} -Wall -O3 " if CONFIG["MAJOR"].to_i >= 1 && CONFIG["MINOR"].to_i >= 8 $CFLAGS << " -DHAVE_DEFINE_ALLOC_FUNCTION" end $INCFLAGS << " -I/usr/include/cassowary " $LIBS << " -lcassowary" dir_config("cassowary") create_makefile("cassowary")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cassowary-1.0.1 | ext/cassowary/extconf.rb |
cassowary-1.0.0 | ext/cassowary/extconf.rb |