diff options
Diffstat (limited to 'install.js')
-rw-r--r-- | install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.js b/install.js index 7d336bff4..e136257c5 100644 --- a/install.js +++ b/install.js @@ -214,7 +214,7 @@ for (x in installerQuestions) { var thisQuestion = installerQuestions[x]; cmake += ' ' + thisQuestion.cmake_argument(); } -cmake += ' ' + ScriptPath; +cmake += ' "' + ScriptPath + '"'; WScript.Echo(cmake + "\n"); var shell = WScript.CreateObject('WScript.Shell'); |