Skip to content

Commit a9a77c1

Browse files
committed
Make sdkRootPath required
1 parent 3d2a1c2 commit a9a77c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0387-cross-compilation-destinations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@ version of this proposal, hence `"schemaVersion": "3.0"`:
292292
"schemaVersion": "3.0",
293293
"runTimeTriples": [
294294
"<triple1>": {
295-
"sdkRootPath": "<an optional path relative to `destination.json` containing SDK root>",
295+
"sdkRootPath": "<a required path relative to `destination.json` containing SDK root>",
296296
"swiftResourcesPath": "<an optional path relative to `destination.json` containing Swift resources>",
297297
"includeSearchPaths": ["<optional array of paths relative to `destination.json` containing headers>"],
298298
"librarySearchPaths": ["<optional array of paths relative to `destination.json` containing libraries>"],
299299
"toolsetPaths": ["<optional array of paths relative to `destination.json` containing toolset files>"]
300300
},
301301
// a destination can support more than one run-time triple:
302302
"<triple2>": {
303-
"sdkRootPath": "<an optional path relative to `destination.json` containing SDK root>",
303+
"sdkRootPath": "<a required path relative to `destination.json` containing SDK root>",
304304
"swiftResourcesPath": "<an optional path relative to `destination.json` containing Swift resources>",
305305
"includeSearchPaths": ["<optional array with relative paths containing headers in the destination tree>"],
306306
"librarySearchPaths": ["<optional array with relative paths containing libraries in the destination tree>"],

0 commit comments

Comments
 (0)