From 7458baced7bc5a8545aecdcd42771de194bee466 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 06:49:59 +0000 Subject: [PATCH] Update stub and formatting --- scripts/get_deps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_deps.py b/scripts/get_deps.py index 560462d..841a7c2 100755 --- a/scripts/get_deps.py +++ b/scripts/get_deps.py @@ -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",