From 5e1871f485215ac5b4dfb2b9f32856ebaae7c78e Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sun, 26 Apr 2009 18:36:35 +0000 Subject: [PATCH] build.py: Fix for building under Vista. Thanks to Itai Shaham for the report! --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index abd3111..2b469ab 100644 --- a/build.py +++ b/build.py @@ -379,6 +379,7 @@ if __name__ == "__main__": system = platform.system() if system == "Windows" or system == "Microsoft": + system = "Windows" platform_string = "win32" plugin_name = "python.plw"