Hybrid ACZ build option & add (off-by-default) 32-bit platform RIDs (#5453)

This commit is contained in:
20kdc
2021-11-23 13:26:26 +00:00
committed by GitHub
parent 943e46eece
commit 545e36912a
2 changed files with 31 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ def wipe_bin():
if os.path.exists("bin"):
shutil.rmtree("bin")
# Be advised this is called from package_server_build during a Hybrid-ACZ build.
def build(skip_build: bool) -> None:
# Run a full build.
print(Fore.GREEN + "Building project..." + Style.RESET_ALL)