We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1104b9e commit 3de8ec9Copy full SHA for 3de8ec9
Package.swift
@@ -10,8 +10,8 @@ let package = Package(
10
products: [
11
.library(
12
name: "proj",
13
-// type: .static,
14
- type: .dynamic,
+ type: .static,
+// type: .dynamic,
15
targets: ["proj"]
16
),
17
],
@@ -31,7 +31,7 @@ let package = Package(
31
"wkt2_grammar.y",
32
33
resources: [
34
-// .copy("../proj.db") // What is this?
+ .copy("../proj.db")
35
36
publicHeadersPath: ".", // The C header files are mixed with src files, we use a modulemap.module to load "proj.h"
37
cSettings: [
0 commit comments