ext/rays/extconf.rb in rays-0.1.15 vs ext/rays/extconf.rb in rays-0.1.16

- old
+ new

@@ -15,10 +15,10 @@ Xot::ExtConf.new Xot, Rucy, Rays do setup do headers << 'ruby.h' local_libs << 'rucy' libs.unshift 'gdi21', 'opengl32' if win32? - frameworks << 'AppKit' << 'OpenGL' if osx? + frameworks << 'AppKit' << 'OpenGL' << 'AVFoundation' if osx? $LDFLAGS << ' -Wl,--out-implib=native.dll.a' if cygwin? end create_makefile 'rays/native' end