From a697df021cb7bc60089687eaf50d313a1e70ac5f Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 9 Nov 2019 19:39:20 +0100 Subject: [PATCH] More generic Python binary for Windows build --- scripts/deploy-win-mingw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index 7edded236..9cd35b272 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -4,7 +4,7 @@ # This is the command executed for the Python interpreter that is going # to be included in KLayout. -python="python3.5m" +python="python3" # Specify the Ruby interpreter to use. # This is the command executed for the Ruby interpreter that is going