Skip to content

Commit

Permalink
iOS compile fix of package
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Jun 1, 2022
1 parent 9b6f764 commit 40e9df8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/GeoKitten/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import Foundation

#if os(macOS)

import ArgumentParser

import GeoJSONKit
Expand Down Expand Up @@ -40,3 +42,5 @@ struct Simplify: ParsableCommand {
}

GeoKitten.main()

#endif

0 comments on commit 40e9df8

Please sign in to comment.