Commit ed08c77f authored by cianciosa's avatar cianciosa
Browse files

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

parent 61326eaf
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 ()