patacongo commented on pull request #1785: URL: https://github.com/apache/incubator-nuttx/pull/1785#issuecomment-692717497
I suspect this change will add more breakage to the Windows native build. 'export' is a GNU/Bash command and Bash is not used (the shell is CMD.com in the Windows native build). In the Windows native build, we do use GNUWin32 which provides a small subset of GNU commands, but I can find no reference to the 'export' command being supported. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
