xiaoxiang781216 commented on code in PR #8378: URL: https://github.com/apache/nuttx/pull/8378#discussion_r1093506915
########## tools/Config.mk: ########## @@ -39,6 +36,26 @@ else export Q := @ endif +ifeq ($(CONFIG_WINDOWS_NATIVE),y) + export SHELL=cmd +else Review Comment: ```suggestion else ifneq ($(Q),) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org