Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyahu41 committed Dec 25, 2023
1 parent 47e9c79 commit 423a175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "KosherSwift",
targets: ["KosherSwift"]),
targets: [
.target(
name:"KosherSwift",
path:"KosherSwift")]
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 423a175

Please sign in to comment.