Fix win32 identifiers with --only

This commit is contained in:
Joe Rickerby
2022-09-24 23:12:32 +01:00
parent 1e3f3fdce7
commit 5e5fdd1b9a
+1 -1
View File
@@ -173,7 +173,7 @@ def build_in_directory(args: CommandLineArguments) -> None:
platform = "linux"
elif "macosx_" in args.only:
platform = "macos"
elif "win_" in args.only:
elif "win_" in args.only or "win32" in args.only:
platform = "windows"
else:
print(