Merge pull request #239 from ProfessorEugene/issue-238

#238 - attempting to have nodeConfigureArgs picked up
This commit is contained in:
Jared Allard
2016-07-24 23:24:00 -07:00
committed by GitHub
+2 -3
View File
@@ -502,9 +502,8 @@ function _getNodeCompiler(nodeFileDir, nodeConfigureArgs, nodeMakeArgs, nodeVCBu
var conf = [cfg];
if (isPy !== "python") {
conf = [conf].concat(nodeConfigureArgs);
}
/* add all nodeConfigureArgs to the ./configure argument array */
conf = [conf].concat(nodeConfigureArgs);
// should work for all use cases now.
configure = spawn(isPy, conf, {