diff options
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 3aac98f801b..2ea3b610dfd 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -322,7 +322,7 @@ class Windows(Platform): # With Windows binary distribution some binaries are only included for Release configuration. # binaries = [Glacier2Router, IcePatch2Calc, IcePatch2Client, IcePatch2Server, IceBoxAdmin, IceBridge, - IceBridgeAdmin, IceStormAdmin] + IceStormAdmin] config = next(("Release" for p in binaries if isinstance(process, p)), config) return os.path.join("build", "native", "bin", platform, config) |