From: Renz Christian Bagaporo Date: Sun, 23 Dec 2018 11:52:58 +0000 (+0800) Subject: cmake: fix unable to start confserver on windows X-Git-Tag: v3.3-beta2~141^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50fa7c5a89d57718d5768e6ed8ffaaea7159cacc;p=esp-idf cmake: fix unable to start confserver on windows --- diff --git a/tools/cmake/kconfig.cmake b/tools/cmake/kconfig.cmake index 814e06870d..2b80a93dd1 100644 --- a/tools/cmake/kconfig.cmake +++ b/tools/cmake/kconfig.cmake @@ -146,7 +146,7 @@ function(kconfig_process_config) COMMAND ${CMAKE_COMMAND} -E env "COMPONENT_KCONFIGS=${kconfigs}" "COMPONENT_KCONFIGS_PROJBUILD=${kconfigs_projbuild}" - ${IDF_PATH}/tools/kconfig_new/confserver.py --kconfig ${IDF_PATH}/Kconfig --config ${SDKCONFIG} + ${PYTHON} ${IDF_PATH}/tools/kconfig_new/confserver.py --kconfig ${IDF_PATH}/Kconfig --config ${SDKCONFIG} VERBATIM USES_TERMINAL)