mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
[JS] fix the include path issue
This commit is contained in:
2
components/external/espruino/SConscript
vendored
2
components/external/espruino/SConscript
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user