Skip to content

Commit 39d76f8

Browse files
committed
Only build the JavaKitExample shared library itself as a dynamic library
Everything else can be static
1 parent 4508462 commit 39d76f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,21 @@ let package = Package(
5252
products: [
5353
.library(
5454
name: "JavaKit",
55-
type: .dynamic,
5655
targets: ["JavaKit"]
5756
),
5857

5958
.library(
6059
name: "JavaKitJar",
61-
type: .dynamic,
6260
targets: ["JavaKitReflection"]
6361
),
6462

6563
.library(
6664
name: "JavaKitNetwork",
67-
type: .dynamic,
6865
targets: ["JavaKitReflection"]
6966
),
7067

7168
.library(
7269
name: "JavaKitReflection",
73-
type: .dynamic,
7470
targets: ["JavaKitReflection"]
7571
),
7672

@@ -82,19 +78,16 @@ let package = Package(
8278

8379
.library(
8480
name: "JavaKitVM",
85-
type: .dynamic,
8681
targets: ["JavaKitVM"]
8782
),
8883

8984
.library(
9085
name: "JavaTypes",
91-
type: .dynamic,
9286
targets: ["JavaTypes"]
9387
),
9488

9589
.library(
9690
name: "JExtractSwift",
97-
type: .dynamic,
9891
targets: ["JExtractSwift"]
9992
),
10093

0 commit comments

Comments
 (0)