diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-08-23 16:05:53 +0300 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-08-23 16:05:53 +0300 |
commit | a4a7872e85b14aced1b15f37d0253dd69d7f14ab (patch) | |
tree | 4b339cc4103a3e980cac266fecfd04a196d17800 /emconfigure.bat | |
parent | 279742746485d14243b246cfd32d0b4f9e66e110 (diff) |
Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten.
Diffstat (limited to 'emconfigure.bat')
-rw-r--r-- | emconfigure.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emconfigure.bat b/emconfigure.bat index f900f407..651ccf05 100644 --- a/emconfigure.bat +++ b/emconfigure.bat @@ -1,2 +1,2 @@ @echo off -python %~dp0\emconfigure %*
\ No newline at end of file +python "%~dp0\emconfigure" %*
\ No newline at end of file |