summaryrefslogtreecommitdiff
path: root/build_default.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_default.py')
-rwxr-xr-xbuild_default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_default.py b/build_default.py
index 1badb02..1d562f9 100755
--- a/build_default.py
+++ b/build_default.py
@@ -137,7 +137,7 @@ def run(
make_command = f"{cmake_path} --build {build_dir} -j{make_jobs}"
if make_verbose:
- make_command += "--verbose"
+ make_command += " --verbose"
logging.info(f"\n\n\n{make_command}\n\n\n")
state = subprocess.run(
make_command, shell=True, stdout=logpipe, stderr=subprocess.STDOUT