Skip to content

Commit ae7f9c2

Browse files
[Option] Add a feature flag for -Isystem
swift-build needs a flag to know if -Isystem is available. rdar://152540225
1 parent 6c3865c commit ae7f9c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Option/features.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
{
4949
"name": "experimental-package-interface-load"
50+
},
51+
{
52+
"name": "Isystem"
5053
}
5154
]
5255
}

0 commit comments

Comments
 (0)