python is an exe not a bat file
authorMatthew Leibowitz <mattleibow@live.com>
Thu, 15 Feb 2018 23:23:30 +0000 (01:23 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Thu, 15 Feb 2018 23:23:30 +0000 (01:23 +0200)
gn/BUILD.gn

index c8dc443..693c39a 100644 (file)
@@ -45,7 +45,7 @@ declare_args() {
 }
 
 if (host_os == "win") {
-  python = "python.bat"
+  python = "python.exe"
   stamp = "cmd.exe /c echo >"
 } else {
   python = "python"