Skip to content

Commit 6c7e550

Browse files
authored
Merge pull request #12330 from compnerd/dispatch-build
build: force rebuild of libdispatch always
2 parents b6eef4f + a192e67 commit 6c7e550

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/SourceKit/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
105105
${SWIFT_PATH_TO_LIBDISPATCH_BUILD}/src/${CMAKE_SHARED_LIBRARY_PREFIX}dispatch${CMAKE_SHARED_LIBRARY_SUFFIX}
106106
${SWIFT_PATH_TO_LIBDISPATCH_BUILD}/${CMAKE_STATIC_LIBRARY_PREFIX}BlocksRuntime${CMAKE_STATIC_LIBRARY_SUFFIX}
107107
STEP_TARGETS
108-
configure)
108+
configure
109+
BUILD_ALWAYS
110+
1)
109111

110112
# CMake does not like the addition of INTERFACE_INCLUDE_DIRECTORIES without
111113
# the directory existing. Just create the location which will be populated

0 commit comments

Comments
 (0)