AlexCharlton / cl-glfw3

Common Lisp bindings to GLFW version 3.x
BSD 2-Clause "Simplified" License
89 stars 32 forks source link

Add support for OS X #13

Closed borodust closed 8 years ago

borodust commented 8 years ago

Before OS X was recognized as :unix which misled CFFI in lib search unabling it to find proper binary.

AlexCharlton commented 8 years ago

I assume you've installed GLFW through Homebrew? Regrettably, Homebrew renames the dylib from the one that is created when building from source. Since this is a Homebrew-only change, I would not make this the only available options for :darwin. If you can add the unix library names as options as well, I'd be happy to merge.

borodust commented 8 years ago

Added names generated by glfw's cmake build.

AlexCharlton commented 8 years ago

Great, thanks!