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