Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Dec 28, 2023
1 parent 1595a1e commit eb2e15b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,6 @@ def install_vpl(version, configuration, source_dir, build_dir, install_dir, cmak

@versioned
def install_lyra(version, install_dir, base_dir, debug, target, webrtc_version, webrtc_info, webrtc_deps, api_level, temp_dir):
print(f'🐛: version => {version}')
print(f'🐛: install_dir => {install_dir}')
print(f'🐛: target => {target}')
input()
lyra_install_dir = os.path.join(install_dir, 'lyra')
rm_rf(lyra_install_dir)

Expand Down

0 comments on commit eb2e15b

Please sign in to comment.