Skip to content

Commit c4fcb34

Browse files
committed
Update the ONLY_ACTIVE_ARCH documentation
Its behavior in relation to the 'Override Architecture' scheme option is now clarified. rdar://146433979
1 parent e0befdc commit c4fcb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/Specs/en.lproj/CoreBuildSystem.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"[ARCHS]-description" = "A list of the architectures for which the product will be built. This is usually set to a predefined build setting provided by the platform. If more than one architecture is specified, a universal binary will be produced.";
2323

2424
"[ONLY_ACTIVE_ARCH]-name" = "Build Active Architecture Only";
25-
"[ONLY_ACTIVE_ARCH]-description" = "If enabled, only the active architecture is built. This setting will be ignored when building with a run destination which does not define a specific architecture, such as a 'Generic Device' run destination.";
25+
"[ONLY_ACTIVE_ARCH]-description" = "If enabled, only the active architecture is built. This setting will be ignored when building with a run destination which does not define a specific architecture, such as a 'Generic Device' run destination, or if the 'Override Architectures' scheme option is set to 'Match Run Destination' or 'Universal'.";
2626

2727
"[EXCLUDED_ARCHS]-name" = "Excluded Architectures";
2828
"[EXCLUDED_ARCHS]-description" = "A list of architectures for which the target should not be built. These architectures will be removed from the list in `ARCHS` when the target is built. If the resulting list of architectures is empty, no binary will be produced. This can be used to declare architectures a target does not support for use in environments where `ARCHS` is being overridden at a higher level (e.g., via `xcodebuild`).";

0 commit comments

Comments
 (0)