Skip to content

Commit

Permalink
remove non yoga search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Alweheshy committed Jan 21, 2025
1 parent 69b8934 commit 229325e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ let package = Package(
.target(
name: "core",
path: ".",
exclude: [
"capture",
"benchmark",
"javascript",
"java",
"tests",
],
sources: [
"yoga"
],
Expand Down

0 comments on commit 229325e

Please sign in to comment.