summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-18 14:02:49 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-18 14:02:49 -0400
commit8302bfc0888415d0e31e800e5fe3f0520a19b1f1 (patch)
treedffa60b85a789273d9e6914513745c655ff3f5ec
parente5102bd56132113039af7ed43148eb5ce2195c08 (diff)
downloadsdl_ios-8302bfc0888415d0e31e800e5fe3f0520a19b1f1.tar.gz
Fix missing comma
-rw-r--r--Package.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index 4c562c76c..ace618814 100644
--- a/Package.swift
+++ b/Package.swift
@@ -28,7 +28,7 @@ let package = Package(
.target(
name: "BiSON",
path: "bson_c_lib/src",
- publicHeadersPath: "."
+ publicHeadersPath: ".",
exclude: [
"Makefile.am",
"Makefile.in",