Skip to content

Commit

Permalink
Merge branch 'stubgen-official' of https://github.com/laggykiller/apn…
Browse files Browse the repository at this point in the history
…gasm-python into stubgen-official
  • Loading branch information
laggykiller committed Feb 28, 2024
2 parents 43fdd45 + 7458bac commit 5ded6f1
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 5ded6f1

Please sign in to comment.