Disable incremental build when building from objdiff

This commit is contained in:
Aetias
2024-05-26 10:50:09 +02:00
parent 31669e1424
commit 9deb2db7f7
+2 -1
View File
@@ -43,7 +43,8 @@ def get_build_path(path: Path) -> Path:
config = dict()
config["custom_make"] = "make"
config["custom_args"] = [
f"REGION={args.region}"
f"REGION={args.region}",
"-B" # Always build target
]
config["build_target"] = True
config["watch_patterns"] = [