Use -c when trying to find Python (#24722)
authorSteve Dower <steve.dower@microsoft.com>
Thu, 23 May 2019 06:24:00 +0000 (23:24 -0700)
committerAaron Robinson <arobins@microsoft.com>
Thu, 23 May 2019 06:24:00 +0000 (23:24 -0700)
commit1fd76b32175ad8ca9a45b203ad1a39312dd82d1e
tree42bed11b2821a5df885cec45ea140e94556d8231
parent2eac63678471e5d993505e8586a3c4b9681a1e3f
Use -c when trying to find Python (#24722)

Piping code into Python is indistinguishable from interactive execution, but since we never want interactive execution here it's better to use `-c <CODE>`.
build.cmd