creationix / topcube

Webkit Bindings for node
MIT License
403 stars 37 forks source link

Patch for Node 0.6.x support #6

Closed dfellis closed 12 years ago

dfellis commented 12 years ago

I wrote a simple patch for topcube to work on both Node 0.4.x and 0.6.x, solving Issue #5. This merely checks which version is in use and swaps between default and Release for the path to launch the topcube executable.

I figure node-gyp support can come when Node 0.8 is nearly ready and node-waf is no longer supported at all.