Updating the package file for storm to specify the file path
This commit is contained in:
parent
6172f4b4cb
commit
3e46381e91
|
@ -10,7 +10,8 @@ let package = Package(
|
|||
targets: [
|
||||
.target(
|
||||
name: "StORM",
|
||||
dependencies: ["PerfectLib","SwiftMoment", "SwiftString"]
|
||||
dependencies: ["PerfectLib","SwiftMoment", "SwiftString"],
|
||||
path: "Sources/StORM"
|
||||
),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue