Commit cd2b4ef7 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Merge branch 'wildcard' into 'main'

Remove one wildcard in the path so CMake can find the clang_rt lib.

See merge request !74
parents 61326eaf ed08c77f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# MCJIT isn't adding the compiler-rt library so explicitly add it. This is only
# shown to happen on macOS but may affect Linux as well.
    find_library (MACOS_LIB_RT "clang_rt.osx"
                  PATHS /Applications/Xcode*.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/*/lib/darwin
                  PATHS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/*/lib/darwin
                  REQUIRED
    )
endif ()