Skip to content

Commit f99b1fe

Browse files
committed
Converted to dynamic library
1 parent 266bc42 commit f99b1fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "Curses",
88
products: [
9-
.library(name: "Curses", targets: ["Curses"]),
9+
.library(name: "Curses",
10+
type: .dynamic,
11+
targets: ["Curses"]),
1012
],
1113
dependencies: [
1214
.package(url: "https://github.com/TangoGolfDigital/CNCURSES.git", from: "1.0.0"),

0 commit comments

Comments
 (0)