aboutsummaryrefslogtreecommitdiff
path: root/emconfigure.bat
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-08-23 16:05:53 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-08-23 16:05:53 +0300
commita4a7872e85b14aced1b15f37d0253dd69d7f14ab (patch)
tree4b339cc4103a3e980cac266fecfd04a196d17800 /emconfigure.bat
parent279742746485d14243b246cfd32d0b4f9e66e110 (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.bat2
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