summaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:50:35 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:50:35 -0400
commit300a0aba68056612a7603c9403b07bf1f64f73ee (patch)
tree389ffdac0c47e0ca7a13f1d2f5164b382d516465 /Package.swift
parent6e15ba3419a35487ae00f4fe2e87d8218a06f440 (diff)
downloadsdl_ios-300a0aba68056612a7603c9403b07bf1f64f73ee.tar.gz
exclude other files
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift11
1 files changed, 10 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index ea6d5d074..1f81d2066 100644
--- a/Package.swift
+++ b/Package.swift
@@ -27,7 +27,16 @@ let package = Package(
),
.target(
name: "BiSON",
- path: "bson_c_lib/src"
+ path: "bson_c_lib/src",
+ exclude: [
+ "Makefile.am",
+ "Makefile.in",
+ "emhashmap/LICENSE",
+ "emhashmap/README.md",
+ "emhashmap/Makefile.in",
+ "emhashmap/Makefile.am",
+ "emhashmap/runtests.sh",
+ ]
)
]
)