Skip to content

Commit

Permalink
Audio fun
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Sep 1, 2019
1 parent ef1132b commit 75c6121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blender/arm/make.py
Expand Up @@ -514,8 +514,8 @@ def build_success():
if arm.utils.get_os() == 'win':
cmd.append('--consolepid')
cmd.append(str(os.getpid()))
if wrd.arm_audio == 'Enabled' and arm.utils.get_os() != 'mac':
cmd.append('--sound')
if wrd.arm_audio == 'Disabled':
cmd.append('--nosound')
state.proc_play = run_proc(cmd, play_done)

elif state.is_publish:
Expand Down

0 comments on commit 75c6121

Please sign in to comment.