mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
Disable incremental build when building from objdiff
This commit is contained in:
+2
-1
@@ -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"] = [
|
||||
|
||||
Reference in New Issue
Block a user