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 /emranlib.bat | |
parent | 279742746485d14243b246cfd32d0b4f9e66e110 (diff) |
Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten.
Diffstat (limited to 'emranlib.bat')
-rw-r--r-- | emranlib.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emranlib.bat b/emranlib.bat index 69bf8aa4..a8af4ef7 100644 --- a/emranlib.bat +++ b/emranlib.bat @@ -1,2 +1,2 @@ @echo off -python %~dp0\emranlib %*
\ No newline at end of file +python "%~dp0\emranlib" %*
\ No newline at end of file |