Skip to content

Commit 535f5eb

Browse files
aciidghjakepetroules
authored andcommitted
[SPMLLBuild] Export llbuild when using llbuildSwift shared library
... Otherwise we don't see symbols in the llbuild C library.
1 parent fe5c6af commit 535f5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SPMLLBuild/llbuild.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// We either export the llbuildSwift shared library or the llbuild framework.
1212
#if canImport(llbuildSwift)
1313
@_exported import llbuildSwift
14+
@_exported import llbuild
1415
#else
1516
@_exported import llbuild
1617
#endif

0 commit comments

Comments
 (0)