Merge pull request #1 from zayass/patch-1

Make product static
This commit is contained in:
Andriy Druk 2017-11-07 12:34:09 +02:00 committed by GitHub
commit 6c229914f4
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"]
)
],