File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ add_compile_options(
176
176
# a compromise, treat all linker warnings as errors.
177
177
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
178
178
# Ensure all symbols are fully resolved on Linux
179
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
179
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
180
180
181
181
add_compile_options (
182
182
$<$<COMPILE_LANGUAGE:Swift>:-explicit-module-build >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ include(ExperimentalFeatures)
87
87
# a compromise, treat all linker warnings as errors.
88
88
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
89
89
# Ensure all symbols are fully resolved on Linux
90
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
90
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
91
91
92
92
include (ExperimentalFeatures)
93
93
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ add_compile_options(
89
89
# `_fatalErrorForwardModeDifferentiationDisabled`
90
90
# add_link_options($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
91
91
# Ensure all symbols are fully resolved on Linux
92
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
92
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
93
93
94
94
if (SwiftDifferentiation_ENABLE_VECTOR_TYPES)
95
95
gyb_expand(SIMDDifferentiation.swift.gyb SIMDDifferentiation.swift)
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ add_compile_options(
100
100
# a compromise, treat all linker warnings as errors.
101
101
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
102
102
# Ensure all symbols are fully resolved on Linux
103
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
103
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
104
104
105
105
add_library (swiftDistributed
106
106
DistributedActor.cpp
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ add_compile_options(
95
95
# a compromise, treat all linker warnings as errors.
96
96
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
97
97
# Ensure all symbols are fully resolved on Linux
98
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
98
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
99
99
100
100
add_library (swiftObservation
101
101
Sources /Observation/Locking.swift
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ add_compile_options(
68
68
# a compromise, treat all linker warnings as errors.
69
69
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
70
70
# Ensure all symbols are fully resolved on Linux
71
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
71
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
72
72
73
73
add_subdirectory (_RegexParser)
74
74
add_subdirectory (_StringProcessing)
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ add_compile_options(
104
104
# a compromise, treat all linker warnings as errors.
105
105
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
106
106
# Ensure all symbols are fully resolved on Linux
107
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
107
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
108
108
109
109
gyb_expand(Atomics/AtomicIntegers.swift.gyb Atomics/AtomicIntegers.swift)
110
110
gyb_expand(Atomics/AtomicStorage.swift.gyb Atomics/AtomicStorage.swift)
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ add_compile_options(
79
79
# a compromise, treat all linker warnings as errors.
80
80
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
81
81
# Ensure all symbols are fully resolved on Linux
82
- add_link_options ($<$<PLATFORM_ID:Linux>:LINKER:-z,defs>)
82
+ add_link_options ($<$<PLATFORM_ID:Android, Linux>:LINKER:-z,defs>)
83
83
84
84
add_library (swift_Volatile
85
85
Volatile.swift)
You can’t perform that action at this time.
0 commit comments