Skip to content

Commit b5bd098

Browse files
committed
Cmake changes for -llog and -latomic IV
1 parent 32bd9f1 commit b5bd098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,8 @@ function(add_swift_library name)
15051505
if("${lib}" STREQUAL "ICU_UC")
15061506
list(APPEND swiftlib_private_link_libraries_targets
15071507
"${SWIFT_${sdk}_ICU_UC}")
1508-
// temporary fix for atomic needing to be
1509-
// after object files for libswiftCore.so
1508+
# temporary fix for atomic needing to be
1509+
# after object files for libswiftCore.so
15101510
if("${sdk}" STREQUAL "ANDROID")
15111511
list(APPEND swiftlib_private_link_libraries_targets
15121512
"-latomic")

0 commit comments

Comments
 (0)