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 fcdc3d5 commit 1036bceCopy full SHA for 1036bce
cmake/caches/util/xcode_sdk.cmake
@@ -30,7 +30,7 @@ if (CMAKE_C_COMPILER)
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} \"$@\"
+DYLD_LIBRARY_PATH=\"${COMPILER_DIR}/../lib:$DYLD_LIBRARY_PATH\" ${SDK_TOOL_BIN} $@
34
")
35
execute_process(COMMAND chmod +x ${CMAKE_BINARY_DIR}/${TOOLNAME})
36
set(${VARIABLE} ${CMAKE_BINARY_DIR}/${TOOLNAME} CACHE STRING "")
0 commit comments