We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5904cc2 commit 0126c17Copy full SHA for 0126c17
1 file changed
Package.swift
@@ -1,6 +1,8 @@
1
// swift-tools-version:5.5
2
import PackageDescription
3
4
+let libraryType: PackageDescription.Product.Library.LibraryType = .dynamic
5
+
6
let package = Package(
7
name: "BluetoothLinux",
8
platforms: [
@@ -12,6 +14,7 @@ let package = Package(
12
14
products: [
13
15
.library(
16
17
+ type: libraryType,
18
targets: ["BluetoothLinux"]
19
)
20
],
0 commit comments