File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ mkdir armlib
27
27
28
28
# download and unzip both x86 and arm libomp tarballs
29
29
# brew fetch --retry --force --bottle-tag=x86_64_monterey libomp
30
- brew fetch --retry --force --bottle-tag=arm64_big_sur libomp
30
+ brew fetch --retry --force --bottle-tag=arm64_monterey libomp
31
31
32
32
# untar
33
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
34
+ tar -xzf $( brew --cache --bottle-tag=arm64_monterey libomp) --strip-components 2 -C armlib
35
35
36
36
# ARM and x86 dylibs have different install names due to different brew install directories.
37
37
# The x86 install name will be expected so make the ARM install name match.
You can’t perform that action at this time.
0 commit comments