[tools/kconfig-frontends] append path for scons env (#5972)

This commit is contained in:
rewine 2022-05-23 01:44:03 +08:00 committed by GitHub
parent d9b0b3ef11
commit d738ad620c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import os
env = Environment()
env.AppendENVPath('PATH', os.environ['PATH'])
env['CPPPATH'] = ['libs/parser', 'libs']
env['CPPDEFINES'] = ['CURSES_LOC=\\"ncurses.h\\"', 'HAVE_CONFIG_H',
'ROOTMENU=\\"Configuration\\"',