Skip to content

Commit

Permalink
no support linux
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Feb 6, 2024
1 parent 6106fad commit 117739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ var linkerSettings: [LinkerSetting]? {
let package = Package(
name: "Munin",
platforms: [
.macOS(.v10_15)
.linux
.macOS(.v10_15),
// .linux
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down

0 comments on commit 117739f

Please sign in to comment.