Make product static

This commit is contained in:
Anton Pogonets 2017-11-01 18:06:54 +02:00 committed by GitHub
parent 9ba26b6593
commit 93f6ea9bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ let package = Package(
products:[
.library(
name: "JavaCoder",
type: .dynamic,
targets:["JavaCoder"]
)
],