mikeseven / node-glfw

nodejs bindings to GLFW
103 stars 46 forks source link

Build on osx #10

Closed tmpvar closed 10 years ago

tmpvar commented 10 years ago

For various reasons I've installed this with node compiled with --debug which places the binaries in a debug dir instead of the hardcoded build/Release dir. These patches us the bindings module to fix this issue.

Also removed the static ./dep/ in favor of system level brew install glfw3