Explorar o código

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

rewine %!s(int64=3) %!d(string=hai) anos
pai
achega
d738ad620c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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\\"',