Skip to content

Commit 3113bdb

Browse files
committed
Add SwiftASN1 as an explicit dependency on BuildSystemIntegration
The SwiftPM smoke test still fails to build. I see the SwiftASN1 modules aren't getting added to the include path. Hopefully an explicit dependency will fix that.
1 parent 71c205d commit 3113bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/BuildSystemIntegration/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ target_link_libraries(BuildSystemIntegration PUBLIC
3535
PackageModel
3636
TSCBasic
3737
Build
38-
SourceKitLSPAPI)
38+
SourceKitLSPAPI
39+
SwiftASN1)
3940

4041
target_link_libraries(BuildSystemIntegration PRIVATE
4142
SKUtilities

0 commit comments

Comments
 (0)