We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f4c62 commit fcdc3d5Copy full SHA for fcdc3d5
cmake/caches/util/xcode_sdk.cmake
@@ -28,6 +28,7 @@ if (CMAKE_C_COMPILER)
28
macro(create_shim VARIABLE TOOLNAME)
29
xcrun_find(SDK_TOOL_BIN ${TOOLNAME})
30
file(WRITE ${CMAKE_BINARY_DIR}/${TOOLNAME} "
31
+#!/bin/bash
32
# Shim to have the tool use the correct libLTO.dylib
33
DYLD_LIBRARY_PATH=\"${COMPILER_DIR}/../lib:$DYLD_LIBRARY_PATH\" ${SDK_TOOL_BIN} \"$@\"
34
")
0 commit comments