summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:53:06 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:53:06 -0400
commit0bb28e690fc68e527f7b678f9a54f8c4201dbebe (patch)
tree5e78749b87284781eea61bdbd907b80d76747afe
parent300a0aba68056612a7603c9403b07bf1f64f73ee (diff)
downloadsdl_ios-0bb28e690fc68e527f7b678f9a54f8c4201dbebe.tar.gz
Another exclude
-rw-r--r--Package.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index 1f81d2066..7404895b0 100644
--- a/Package.swift
+++ b/Package.swift
@@ -32,10 +32,11 @@ let package = Package(
"Makefile.am",
"Makefile.in",
"emhashmap/LICENSE",
- "emhashmap/README.md",
+ "emhashmap/README.mkd",
"emhashmap/Makefile.in",
"emhashmap/Makefile.am",
"emhashmap/runtests.sh",
+ "emhashmap/tests.c"
]
)
]