mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:19:18 +08:00
[tools/kconfig-frontends] append path for scons env (#5972)
This commit is contained in:
parent
d9b0b3ef11
commit
d738ad620c
@ -1,6 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
env = Environment()
|
env = Environment()
|
||||||
|
env.AppendENVPath('PATH', os.environ['PATH'])
|
||||||
env['CPPPATH'] = ['libs/parser', 'libs']
|
env['CPPPATH'] = ['libs/parser', 'libs']
|
||||||
env['CPPDEFINES'] = ['CURSES_LOC=\\"ncurses.h\\"', 'HAVE_CONFIG_H',
|
env['CPPDEFINES'] = ['CURSES_LOC=\\"ncurses.h\\"', 'HAVE_CONFIG_H',
|
||||||
'ROOTMENU=\\"Configuration\\"',
|
'ROOTMENU=\\"Configuration\\"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user