From f9115e168ee9839aabfd6db761c9ff8b71faa42c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 5 Dec 2015 13:46:19 -0800 Subject: [PATCH] Another Python3 fix --- build/tools/build-wxwidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/build-wxwidgets.py b/build/tools/build-wxwidgets.py index 6ef6fb99a9..32fa04ced0 100755 --- a/build/tools/build-wxwidgets.py +++ b/build/tools/build-wxwidgets.py @@ -295,7 +295,7 @@ def main(scriptName, args): if sys.platform.startswith("darwin"): for xcodePath in getXcodePaths(): sdks = [ xcodePath+"/SDKs/MacOSX10.{}.sdk".format(n) - for n in xrange(5, 15) ] + for n in range(5, 15) ] # use the lowest available sdk on the build machine for sdk in sdks: