Commit 94973a00 by Ben Clayton

Kokoro (Windows): Switch to python3

SPIRV-Tools now requires python3. Bug: b/135609394 Change-Id: Ib33ddb57b0bdfa87abed94de6dbfb91eadbc31bf
parent 8900e7c5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
SETLOCAL ENABLEDELAYEDEXPANSION SETLOCAL ENABLEDELAYEDEXPANSION
SET PATH=%PATH%;C:\python27;C:\Program Files\cmake\bin SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH%
set SRC=%cd%\git\SwiftShader set SRC=%cd%\git\SwiftShader
cd %SRC% cd %SRC%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment