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 @@ -3064,7 +3064,7 @@ function Build-XCTest([Hashtable] $Platform) {
3064
3064
$SwiftFlags = if ($Platform.OS -eq [OS ]::Windows) {
3065
3065
@ ();
3066
3066
} else {
3067
- @ (" -I$ ( Get-SwiftSDK - OS $Platform.OS - Identifier $Platform.DefaultSDK ) \usr\lib\swift " );
3067
+ @ (" -I$ ( Get-SwiftSDK - OS $Platform.OS - Identifier $Platform.DefaultSDK ) \usr\include " );
3068
3068
}
3069
3069
3070
3070
Build-CMakeProject `
@@ -3127,7 +3127,7 @@ function Build-Testing([Hashtable] $Platform) {
3127
3127
$SwiftFlags = if ($Platform.OS -eq [OS ]::Windows) {
3128
3128
@ ();
3129
3129
} else {
3130
- @ (" -I$ ( Get-SwiftSDK - OS $Platform.OS - Identifier $Platform.DefaultSDK ) \usr\lib\swift " );
3130
+ @ (" -I$ ( Get-SwiftSDK - OS $Platform.OS - Identifier $Platform.DefaultSDK ) \usr\include " );
3131
3131
}
3132
3132
3133
3133
Build-CMakeProject `
You can’t perform that action at this time.
0 commit comments