Skip to content

Commit

Permalink
build(swift): move 'cLanguageStandard' behind 'targets'
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato committed Feb 28, 2024
1 parent e87cf7e commit aeefb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ let package = Package(
name: "TreeSitter",
targets: ["TreeSitter"]),
],
cLanguageStandard: .c11,
targets: [
.target(name: "TreeSitter",
path: "lib",
Expand All @@ -36,5 +35,6 @@ let package = Package(
"src/query.c"
],
sources: ["src/lib.c"]),
]
],
cLanguageStandard: .c11
)

0 comments on commit aeefb99

Please sign in to comment.