From bcac6c42eaf9e004716d72960bddefb1db68a93c Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 17:41:58 -0400 Subject: fix: build audio.cpp with --deployment-build --- app/backends/audiocpp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/backends') diff --git a/app/backends/audiocpp.py b/app/backends/audiocpp.py index b950ac6..0feb480 100755 --- a/app/backends/audiocpp.py +++ b/app/backends/audiocpp.py @@ -1931,7 +1931,7 @@ def build_audiocpp(audiocpp_dir: Path, backend: str, *, common.record_post_tui_notice(message) return patch_rc argv = ["sh", str(script), "--backend", backend, "--target", - "audiocpp_server"] + "audiocpp_server", "--deployment-build"] command = f"cd {audiocpp_dir} && {shlex.join(argv)}" if emit is None: print(f"[INFO] Building audiocpp_server for {backend} ({command})...") @@ -2003,7 +2003,7 @@ def _print_launch_hint(audiocpp_dir: Path, output_path: Path, script = find_build_script(audiocpp_dir) if script is not None: print(f" sh {script} --backend " - "--target audiocpp_server") + "--target audiocpp_server --deployment-build") print(f" then run: cd {audiocpp_dir} && ./build/-" f"-release/bin/audiocpp_server --config {output_path}") -- cgit v1.2.3