Skip to content

Commit 96f23e3

Browse files
authored
[Build] Update SWIFT_TARGET_LIBRARY_NAME for swiftRuntime in new build. (#78977)
We need to change `SWIFT_TARGET_LIBRARY_NAME` for the `swiftRuntime` target in the new build because of changes made to the old build system.
1 parent 8853d39 commit 96f23e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Core/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif()
8686
target_compile_definitions(swiftRuntime
8787
PRIVATE
8888
-DSWIFT_RUNTIME
89-
-DSWIFT_TARGET_LIBRARY_NAME=swiftRuntime
89+
-DSWIFT_TARGET_LIBRARY_NAME=swiftRuntimeCore
9090
$<$<BOOL:${BUILD_SHARED_LIBS}>:-DswiftCore_EXPORTS>
9191
$<$<BOOL:${SwiftCore_ENABLE_BACKTRACING}>:-DSWIFT_ENABLE_BACKTRACING>
9292
$<$<BOOL:${SwiftCore_ENABLE_OVERRIDABLE_RETAIN_RELEASE}>:-DSWIFT_STDLIB_OVERRIDABLE_RETAIN_RELEASE>

0 commit comments

Comments
 (0)