mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
build(swift): declare header search path (#3474)
This commit is contained in:
parent
cd3e561224
commit
0d00b6a1e6
|
|
@ -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…
Reference in a new issue