Skip to content

Commit e0e9662

Browse files
committed
Build as dynamic library
1 parent 113c1d7 commit e0e9662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// swift-tools-version:5.5
22
import PackageDescription
33

4-
let libraryType: PackageDescription.Product.Library.LibraryType = .static
4+
let libraryType: PackageDescription.Product.Library.LibraryType = .dynamic
55

66
let package = Package(
77
name: "Netlink",

0 commit comments

Comments
 (0)