File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ function(_add_swift_library_single target name)
694
694
695
695
# Don't build standard libraries by default. We will enable building
696
696
# standard libraries that the user requested; the rest can be built on-demand.
697
- if (SWIFTLIB_SINGLE_IS_STDLIB )
697
+ if (SWIFTLIB_SINGLE_TARGET_LIBRARY )
698
698
foreach (t "${target} " ${target_static} )
699
699
set_target_properties (${t} PROPERTIES EXCLUDE_FROM_ALL TRUE )
700
700
endforeach ()
@@ -1273,7 +1273,7 @@ function(add_swift_library name)
1273
1273
1274
1274
# Add Swift standard library targets as dependencies to the top-level
1275
1275
# convenience target.
1276
- if (SWIFTLIB_IS_STDLIB )
1276
+ if (SWIFTLIB_TARGET_LIBRARY )
1277
1277
foreach (arch ${SWIFT_SDK_${sdk}_ARCHITECTURES} )
1278
1278
set (VARIANT_SUFFIX "-${SWIFT_SDK_${sdk} _LIB_SUBDIR}-${arch} " )
1279
1279
if (TARGET "swift-stdlib${VARIANT_SUFFIX} " AND TARGET "swift-test-stdlib${VARIANT_SUFFIX} " )
You can’t perform that action at this time.
0 commit comments