Compare commits
2 Commits
v3.0.0-beta.15
...
v1.1.3
| Author | SHA1 | Date | |
|---|---|---|---|
| ba351e0e3a | |||
| dc76aea5c8 |
+2
-2
@@ -471,8 +471,8 @@ function _getNodeCompiler(nodeFileDir, nodeConfigureArgs, nodeMakeArgs, nodeVCBu
|
||||
var newEnv = process.env
|
||||
|
||||
if (isPy !== "python") {
|
||||
// add the dir of the suposed python exe to path
|
||||
newEnv.path = process.env.PATH + ";" + path.dirname(isPy)
|
||||
// add the dir of the supposed python exe to path
|
||||
newEnv.path = path.dirname(isPy) + ";" + process.env.PATH
|
||||
}
|
||||
|
||||
if (!nodeVCBuildArgs || !nodeVCBuildArgs.length) {
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"name": "nexe",
|
||||
"description": "create single executables out of your [node/io].js applications",
|
||||
"license": "MIT",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Criag Condon",
|
||||
|
||||
Reference in New Issue
Block a user