Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
added path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Haider committed Mar 20, 2020
1 parent ee3bb14 commit a473bc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -18,8 +18,6 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "netfox",
dependencies: [])
.target(name: "netfox", dependencies: [], path: "netfox/")
]
)

0 comments on commit a473bc6

Please sign in to comment.