mirror of https://github.com/nodejs/node.git
Put tools/ into PYTHON_PATH
parent
645c3b3713
commit
a326eebac8
3
wscript
3
wscript
|
@ -9,6 +9,9 @@ from logging import fatal
|
||||||
cwd = os.getcwd()
|
cwd = os.getcwd()
|
||||||
APPNAME="node.js"
|
APPNAME="node.js"
|
||||||
|
|
||||||
|
# Use the directory that this file is found in to find the tools
|
||||||
|
# directory where the js2c.py file can be found.
|
||||||
|
sys.path.append(sys.argv[0] + '/tools');
|
||||||
import js2c
|
import js2c
|
||||||
|
|
||||||
srcdir = '.'
|
srcdir = '.'
|
||||||
|
|
Loading…
Reference in New Issue