1 parent 645c3b3 commit a326eebCopy full SHA for a326eeb
1 file changed
wscript
@@ -9,6 +9,9 @@ from logging import fatal
9
cwd = os.getcwd()
10
APPNAME="node.js"
11
12
+# Use the directory that this file is found in to find the tools
13
+# directory where the js2c.py file can be found.
14
+sys.path.append(sys.argv[0] + '/tools');
15
import js2c
16
17
srcdir = '.'
0 commit comments