ext/rays/extconf.rb in rays-0.1.12 vs ext/rays/extconf.rb in rays-0.1.13
- old
+ new
@@ -12,15 +12,14 @@
require 'rays/module'
Xot::ExtConf.new Xot, Rucy, Rays do
setup do
- headers << 'boost/noncopyable.hpp' << 'ruby.h'
+ headers << 'ruby.h'
local_libs << 'rucy'
libs.unshift 'gdi21', 'opengl32' if win32?
frameworks << 'AppKit' << 'OpenGL' if osx?
$LDFLAGS << ' -Wl,--out-implib=native.dll.a' if cygwin?
end
- dir_config 'boost'
create_makefile 'rays/native'
end