Merge pull request #239 from ProfessorEugene/issue-238
#238 - attempting to have nodeConfigureArgs picked up
This commit is contained in:
+2
-3
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user