Skip to content

Commit

Permalink
Update stub and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent 281c262 commit 7458bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ def main():
lipo_dir_merge_dst = conan_output_x64
else:
raise RuntimeError("Invalid arch: " + arch)

lipo_dir_merge_result = conan_output_arm.replace("armv8", "universal2")
shutil.rmtree(lipo_dir_merge_result, ignore_errors=True)

subprocess.run(
[
"python3",
Expand Down

0 comments on commit 7458bac

Please sign in to comment.