From ea1d541ef45e7ad1044699cd12cbcc5e1790ab07 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sun, 9 Feb 2025 17:12:53 -0500 Subject: [PATCH] Update waf to v2.1.5 This is needed primarily for supporting Windows ARM64. --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index b5e0139f..0165887f 100755 --- a/build.py +++ b/build.py @@ -80,8 +80,8 @@ wxICON = 'packaging/docset/mondrian.png' # Some tools will be downloaded for the builds. These are the versions and # MD5s of the tool binaries currently in use. -wafCurrentVersion = '2.1.3' -wafMD5 = '20d4d78744d728f0d6cd9665e79c087f' +wafCurrentVersion = '2.1.5' +wafMD5 = '2e7b2166c030dbac3e21891048df10aa' doxygenCurrentVersion = '1.8.8' doxygenMD5 = {