Try node-gyp first.

This commit is contained in:
Miao Jiang 2013-01-06 03:30:32 +08:00
parent 579481cac9
commit 3b1ba2a279

View file

@ -11,7 +11,7 @@
},
"main" : "./lib",
"scripts" : {
"install" : "sh src/generate_curl_options_list.sh && (node-waf configure build || node-gyp rebuild)"
"install" : "sh src/generate_curl_options_list.sh && (node-gyp rebuild || node-waf configure build)"
},
"engines" : { "node": ">= 0.6.0" }
}