Skip to content

Commit

Permalink
Scope GATT to Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 3, 2024
1 parent e0d58f6 commit d77b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DistributedChatBluetooth/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
dependencies: [
.product(name: "DistributedChatKit", package: "DistributedChatKit"),
.product(name: "BluetoothLinux", package: "BluetoothLinux", condition: .when(platforms: [.linux])),
.product(name: "GATT", package: "GATT"),
.product(name: "GATT", package: "GATT", condition: .when(platforms: [.linux])),
]
),
.testTarget(
Expand Down

0 comments on commit d77b882

Please sign in to comment.