Skip to content

Commit

Permalink
fix: add back targets to library
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 7, 2024
1 parent 9a2789f commit e44a825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "FuegoOnAppleSilicon",
targets: ["FuegoOnAppleSilicon"]
targets: ["FuegoOnAppleSilicon", "FuegoCBridge", "FuegoXCFramework"]
),
],
targets: [
Expand All @@ -33,6 +33,6 @@ let package = Package(
name: "FuegoOnAppleSilicon",
dependencies: ["FuegoXCFramework", "FuegoCBridge"],
path: "FuegoOnAppleSilicon/SwiftBridge"
)
),
]
)
2 changes: 1 addition & 1 deletion node/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "FuegoOnAppleSilicon",
targets: ["FuegoOnAppleSilicon"]
targets: ["FuegoOnAppleSilicon", "FuegoCBridge", "FuegoXCFramework"]
),
],
targets: [
Expand Down

0 comments on commit e44a825

Please sign in to comment.