We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fe204 commit 8020eb1Copy full SHA for 8020eb1
add_arm_to_libomp_dylib.sh
@@ -27,11 +27,11 @@ mkdir armlib
27
28
# download and unzip both x86 and arm libomp tarballs
29
#brew fetch --retry --force --bottle-tag=x86_64_monterey libomp
30
-brew fetch --retry --force --bottle-tag=arm64_big_sur libomp
+brew fetch --retry --force --bottle-tag=arm64_monterey libomp
31
32
# untar
33
#tar -xzf $(brew --cache --bottle-tag=x86_64_monterey libomp) --strip-components 2 -C x86lib
34
-tar -xzf $(brew --cache --bottle-tag=arm64_big_sur libomp) --strip-components 2 -C armlib
+tar -xzf $(brew --cache --bottle-tag=arm64_monterey libomp) --strip-components 2 -C armlib
35
36
# ARM and x86 dylibs have different install names due to different brew install directories.
37
# The x86 install name will be expected so make the ARM install name match.
0 commit comments