소스 검색

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

rewine 3 년 전
부모
커밋
d738ad620c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/kconfig-frontends/SConstruct

+ 1 - 0
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\\"',