Skip to content

Commit

Permalink
Try static build
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed May 28, 2024
1 parent 18cd36d commit ba62c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.xcbkptlist
!/.idea/codeStyles/*
!/.idea/inspectionProfiles/*
.kotlin
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kotlin {
iosSimulatorArm64()
).forEach {
it.binaries.framework {
isStatic = false
isStatic = true
linkerOpts("-lsqlite3")
export(libs.touchlab.kermit.simple)
}
Expand Down

0 comments on commit ba62c03

Please sign in to comment.