ruby-lxc/ext/extconf.rb

6 lines
156 B
Ruby
Raw Normal View History

2013-12-04 19:12:15 +01:00
require 'mkmf'
if find_library('lxc', 'lxc_container_new') and have_header('lxc/lxc.h')
$CFLAGS += " -Wall #{ENV['CFLAGS']}"
create_makefile('lxc')
end