Skip to content

Commit 41a903c

Browse files
committed
Fix the bad merge from main to rebranch in cmake/modules/AddSwift.cmake
1 parent 6f68fb0 commit 41a903c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ set(SWIFTLIB_DIR
4949
set(SWIFTSTATICLIB_DIR
5050
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib/swift_static")
5151

52+
# SWIFTLIBEXEC_DIR is the directory in the build tree where Swift auxiliary
53+
# executables should be placed.
54+
set(SWIFTLIBEXEC_DIR
55+
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/libexec/swift")
56+
5257
function(_compute_lto_flag option out_var)
5358
string(TOLOWER "${option}" lowercase_option)
5459
if (lowercase_option STREQUAL "full")

0 commit comments

Comments
 (0)