Skip to content

Commit

Permalink
invoke tasks.py: Fix 'xcode' task
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 22, 2023
1 parent be90de5 commit 7f2a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def xcode(ctx):
"""
with ctx.cd(WORKER_DIR):
ctx.run(
f'"{MESON}" setup --buildtype {MEDIASOUP_BUILDTYPE} --backend xcode "{MEDIASOUP_OUT_DIR}/xcode"',
f'"{MESON}" setup --buildtype {MEDIASOUP_BUILDTYPE.lower()} --backend xcode "{MEDIASOUP_OUT_DIR}/xcode"',
echo=True,
pty=PTY_SUPPORTED,
shell=SHELL
Expand Down

0 comments on commit 7f2a3d2

Please sign in to comment.