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.
2 parents c3c9b1b + 76f21b9 commit f9b6796Copy full SHA for f9b6796
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -1214,7 +1214,7 @@ function(add_swift_target_library_single target name)
1214
1215
set(library_search_subdir "${SWIFT_SDK_${SWIFTLIB_SINGLE_SDK}_LIB_SUBDIR}")
1216
set(library_search_directories
1217
- "${lib_dir}/${SWIFTLIB_SINGLE_SUBDIR}"
+ "${lib_dir}/${output_sub_dir}"
1218
"${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/../lib/swift/${SWIFTLIB_SINGLE_SUBDIR}"
1219
"${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/../lib/swift/${SWIFT_SDK_${SWIFTLIB_SINGLE_SDK}_LIB_SUBDIR}")
1220
0 commit comments