Skip to content

Commit 3de8ec9

Browse files
committed
Added proj.db resource
1 parent 1104b9e commit 3de8ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
products: [
1111
.library(
1212
name: "proj",
13-
// type: .static,
14-
type: .dynamic,
13+
type: .static,
14+
// type: .dynamic,
1515
targets: ["proj"]
1616
),
1717
],
@@ -31,7 +31,7 @@ let package = Package(
3131
"wkt2_grammar.y",
3232
],
3333
resources: [
34-
// .copy("../proj.db") // What is this?
34+
.copy("../proj.db")
3535
],
3636
publicHeadersPath: ".", // The C header files are mixed with src files, we use a modulemap.module to load "proj.h"
3737
cSettings: [

0 commit comments

Comments
 (0)