aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
diff options
context:
space:
mode:
Diffstat (limited to 'emscripten.py')
-rwxr-xr-xemscripten.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/emscripten.py b/emscripten.py
index 869e512d..4f3f2a77 100755
--- a/emscripten.py
+++ b/emscripten.py
@@ -13,6 +13,7 @@ import os, sys, json, optparse, subprocess, re, time, multiprocessing, functools
from tools import shared
from tools import jsrun
+from tools import cache
__rootpath__ = os.path.abspath(os.path.dirname(__file__))
def path_from_root(*pathelems):