[JS] fix the include path issue

This commit is contained in:
Bernard Xiong
2014-02-25 13:43:59 +08:00
parent 213f47e380
commit 3d80e414ff
3 changed files with 8 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
from building import *
cwd = GetCurrentDir()
path = [cwd + '/src', cwd + '/gen', cwd + '/libs', cwd + '/targets/rtthread']
path = [cwd, cwd + '/src', cwd + '/gen', cwd + '/libs', cwd + '/targets/rtthread']
src = Split("""
src/jsdevices.c