Skip to content

Commit 29e6ac8

Browse files
Merge pull request #12 from compnerd/standard
build: enable C11 mode for the package
2 parents 35f2434 + ca38ad4 commit 29e6ac8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ let package = Package(
2727
.when(platforms: [.linux, .macOS])),
2828
.define("MDB_USE_ROBUST", to: "0"),
2929
]),
30-
]
30+
],
31+
cLanguageStandard: .c11
3132
)

0 commit comments

Comments
 (0)