Skip to content

Commit a8d9ab1

Browse files
committed
build: cleanup unreferenced variable SWIFTLIB_SINGLE_EXTERNAL_SOURCES in _add_swift_host_library_single
1 parent 4f516da commit a8d9ab1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,7 @@ function(_add_swift_host_library_single target name)
787787
endif()
788788

789789
add_library("${target}" ${libkind}
790-
${SWIFTLIB_SINGLE_SOURCES}
791-
${SWIFTLIB_SINGLE_EXTERNAL_SOURCES})
790+
${SWIFTLIB_SINGLE_SOURCES})
792791
_set_target_prefix_and_suffix("${target}" "${libkind}" "${SWIFTLIB_SINGLE_SDK}")
793792

794793
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "WINDOWS")

0 commit comments

Comments
 (0)