Skip to content
Snippets Groups Projects
Commit 5565f4e7 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix typo in omp dylib

parent eff6e5a5
No related branches found
No related tags found
1 merge request!475Adapt CPU-JIT and Testsuite for MacOS on ARM
Pipeline #79802 passed
......@@ -152,7 +152,7 @@ class AppleClangInfo(ClangInfo):
omp_candidates = [
Path("/opt/local/lib/libomp/libomp.dylib"),
Path("/usr/local/lib/libomp.dylib"),
Path("/opt/homebrew/lib/libomp.dyli"),
Path("/opt/homebrew/lib/libomp.dylib"),
]
for omplib in omp_candidates:
if omplib.exists():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment