File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ set(SWIFT_TOOLS_ENABLE_LTO OFF CACHE STRING "Build Swift tools with LTO. One
166
166
# The following only works with the Ninja generator in CMake >= 3.0.
167
167
set (SWIFT_PARALLEL_LINK_JOBS "" CACHE STRING
168
168
"Define the maximum number of linker jobs for swift." )
169
+
170
+ #
171
+ # User-configurable Android specific options.
172
+ #
173
+
169
174
set (SWIFT_ANDROID_NDK_PATH "" CACHE STRING
170
175
"Path to the directory that contains the Android NDK tools that are executable on the build machine" )
171
176
set (SWIFT_ANDROID_NDK_GCC_VERSION "" CACHE STRING
@@ -175,6 +180,10 @@ set(SWIFT_ANDROID_SDK_PATH "" CACHE STRING
175
180
set (SWIFT_ANDROID_DEPLOY_DEVICE_PATH "" CACHE STRING
176
181
"Path on an Android device where build products will be pushed. These are used when running the test suite against the device" )
177
182
183
+ #
184
+ # User-configurable ICU specific options for Android, FreeBSD, Linux.
185
+ #
186
+
178
187
foreach (sdk ANDROID;FREEBSD;LINUX )
179
188
set (SWIFT_${sdk}_ICU_UC "" CACHE STRING
180
189
"Path to a directory containing the icuuc library for ${sdk} " )
You can’t perform that action at this time.
0 commit comments