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
2727
2828# download and unzip both x86 and arm libomp tarballs
2929# 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
3131
3232# untar
3333# 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
3535
3636# ARM and x86 dylibs have different install names due to different brew install directories.
3737# 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