build(swift): declare header search path (#3474)
This commit is contained in:
parent
cd3e561224
commit
0d00b6a1e6
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ let package = Package(
|
|||
"src/tree.c",
|
||||
"src/query.c"
|
||||
],
|
||||
sources: ["src/lib.c"]),
|
||||
sources: ["src/lib.c"],
|
||||
cSettings: [.headerSearchPath("src")]),
|
||||
],
|
||||
cLanguageStandard: .c11
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue