Skip to content

Commit

Permalink
Move to new SwiftPM syntax for executable targets, thanks to @Vaidios
Browse files Browse the repository at this point in the history
…- based on #350
  • Loading branch information
migueldeicaza committed Sep 18, 2024
1 parent 384776a commit d6ee857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
dependencies: [],
path: "Sources/SwiftTerm"
),
.target (
.executableTarget (
name: "SwiftTermFuzz",
dependencies: ["SwiftTerm"],
path: "Sources/SwiftTermFuzz"
Expand Down

0 comments on commit d6ee857

Please sign in to comment.