[mod] tools:build

This commit is contained in:
fenris 2026-03-31 21:45:59 +02:00
parent 64436d5d6a
commit 48a4a88099

View file

@ -28,7 +28,7 @@ def main():
"--build-directory",
type = str,
dest = "build_directory",
default = "/tmp/heimdall",
default = "build",
metavar = "<build-directory>",
help = "directory to where the build was put",
)