Skip to content

Commit

Permalink
Fixing paths for swift directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil committed Sep 27, 2022
1 parent 6ad7626 commit b4c2f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -32,6 +32,6 @@ let package = Package(
.target(
name: "FlatBuffers",
dependencies: [],
path: "swift/Sources/Flatbuffers",
path: "swift/Sources",
exclude: ["Documentation.docc/Resources/code/swift"]),
])
2 changes: 1 addition & 1 deletion Package@swift-5.5.swift
Expand Up @@ -32,6 +32,6 @@ let package = Package(
.target(
name: "FlatBuffers",
dependencies: [],
path: "swift/Sources/Flatbuffers")
path: "swift/Sources")
])

0 comments on commit b4c2f46

Please sign in to comment.