danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Fix macOS builds #81

Closed danini-the-panini closed 5 years ago

danini-the-panini commented 5 years ago

macOS builds are having trouble, appears to be a known issue with the latest version of FFI See https://github.com/ffi/ffi/issues/702

Adding a check to Gemfile to force bundler to skip that version.