Skip to content

Commit

Permalink
Explicitly exclude MXResources/libraries.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Nov 29, 2024
1 parent abfc7bf commit 2a39a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ let package = Package(

.target(
name: "MXResources",
exclude: [
// todo: fix metal shader compilation.
"libraries"
],
resources: [
// todo: fix metal shader compilation.
// .copy("libraries"),
Expand Down

0 comments on commit 2a39a3f

Please sign in to comment.