From b5fc7ea1fe97a4b4e7b1123c12f3952999c3919a Mon Sep 17 00:00:00 2001 From: rewine <1758075541@qq.com> Date: Fri, 20 May 2022 02:14:37 +0800 Subject: [PATCH] [tools/kconfig-frontends] append path for scons env --- tools/kconfig-frontends/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kconfig-frontends/SConstruct b/tools/kconfig-frontends/SConstruct index ef0ce33573a..945fde9f69b 100644 --- a/tools/kconfig-frontends/SConstruct +++ b/tools/kconfig-frontends/SConstruct @@ -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\\"',