Skip to content

Commit b2e5d7c

Browse files
author
Karim Alweheshy
committed
remove non yoga search paths
1 parent 15dcdf1 commit b2e5d7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Package.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ let package = Package(
1919
.target(
2020
name: "core",
2121
path: ".",
22+
exclude: [
23+
"capture",
24+
"benchmark",
25+
"javascript",
26+
"java",
27+
"tests",
28+
],
2229
sources: [
2330
"yoga"
2431
],

0 commit comments

Comments
 (0)