File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL Windows)
109
109
set (WORKAROUND_SR9138 -Xlinker;-ignore:4049;-Xlinker;-ignore:4217 )
110
110
endif ()
111
111
112
- if (CMAKE_SYSTEM_NAME STREQUAL Android )
113
- set (WORKAROUND_PR26110 -Xclang-linker -nostdlib++ )
114
- endif ()
115
-
116
112
# NOTE(compnerd) this is a horrible hack to work around the fact that we do not
117
113
# have a proper library target for Foundation which can link against the
118
114
# CoreFoundation target. When we gain proper CMake support for Swift, we should
@@ -288,7 +284,6 @@ add_swift_library(Foundation
288
284
$< $< PLATFORM_ID:Windows> :-lShell32>
289
285
$< $< PLATFORM_ID:Windows> :-lpathcch>
290
286
$< $< PLATFORM_ID:Windows> :$< TARGET_OBJECTS:CoreFoundationResources> >
291
- ${WORKAROUND_PR26110}
292
287
SWIFT_FLAGS
293
288
-Xcc -F${CMAKE_CURRENT_BINARY_DIR}
294
289
-DDEPLOYMENT_RUNTIME_SWIFT
@@ -353,7 +348,6 @@ add_swift_library(FoundationNetworking
353
348
${Foundation_RPATH}
354
349
${WORKAROUND_SR9138}
355
350
${WORKAROUND_SR9995}
356
- ${WORKAROUND_PR26110}
357
351
SWIFT_FLAGS
358
352
-DDEPLOYMENT_RUNTIME_SWIFT
359
353
-DNS_BUILDING_FOUNDATION_NETWORKING
You can’t perform that action at this time.
0 commit comments