]> granicus.if.org Git - esp-idf/commit
cmake kconfig: Pass environment variables to confgen.py via a file
authorAngus Gratton <angus@espressif.com>
Wed, 26 Jun 2019 05:56:47 +0000 (15:56 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 1 Jul 2019 05:54:10 +0000 (15:54 +1000)
commit26db05833960730e62b7e8b72ec6866a088a6cf5
tree682e27e690027f6bba2fbe29a886ff0b95ff37a1
parent0c8192f3becfb528515a690e1c53393e689d21ad
cmake kconfig: Pass environment variables to confgen.py via a file

Works around "command line too long" errors when using Windows
and CMake < 3.11

Closes IDF-711
tools/cmake/kconfig.cmake
tools/kconfig_new/confgen.env.in [new file with mode: 0644]
tools/kconfig_new/confgen.py