aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/properties/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/properties/build.py b/components/style/properties/build.py
index 28a9b59019f..eeb78817f3f 100644
--- a/components/style/properties/build.py
+++ b/components/style/properties/build.py
@@ -6,7 +6,7 @@ import json
import os.path
import sys
-BASE = os.path.dirname(__file__)
+BASE = os.path.dirname(__file__.replace('\\', '/'))
sys.path.insert(0, os.path.join(BASE, "Mako-0.9.1.zip"))
sys.path.insert(0, BASE) # For importing `data.py`