Skip to content

Commit 1036bce

Browse files
[LNT] Append the shim from previous commit
Drop the quotation mark to fix shim.
1 parent fcdc3d5 commit 1036bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/caches/util/xcode_sdk.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (CMAKE_C_COMPILER)
3030
file(WRITE ${CMAKE_BINARY_DIR}/${TOOLNAME} "
3131
#!/bin/bash
3232
# Shim to have the tool use the correct libLTO.dylib
33-
DYLD_LIBRARY_PATH=\"${COMPILER_DIR}/../lib:$DYLD_LIBRARY_PATH\" ${SDK_TOOL_BIN} \"$@\"
33+
DYLD_LIBRARY_PATH=\"${COMPILER_DIR}/../lib:$DYLD_LIBRARY_PATH\" ${SDK_TOOL_BIN} $@
3434
")
3535
execute_process(COMMAND chmod +x ${CMAKE_BINARY_DIR}/${TOOLNAME})
3636
set(${VARIABLE} ${CMAKE_BINARY_DIR}/${TOOLNAME} CACHE STRING "")

0 commit comments

Comments
 (0)