Skip to content

Commit

Permalink
Build as static library
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 26, 2022
1 parent 3457b50 commit a553b21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// swift-tools-version:5.1
import PackageDescription

#if os(Linux)
let libraryType: PackageDescription.Product.Library.LibraryType = .dynamic
#else
let libraryType: PackageDescription.Product.Library.LibraryType = .static
#endif

let package = Package(
name: "Bluetooth",
Expand Down
4 changes: 0 additions & 4 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// swift-tools-version:5.3
import PackageDescription

#if os(Linux)
let libraryType: PackageDescription.Product.Library.LibraryType = .dynamic
#else
let libraryType: PackageDescription.Product.Library.LibraryType = .static
#endif

let package = Package(
name: "Bluetooth",
Expand Down

0 comments on commit a553b21

Please sign in to comment.