Skip to content

Commit

Permalink
Fix dev support configuration 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Apr 15, 2024
1 parent 594b6f6 commit e9d81bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-support/skie/mac/swift/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ val buildRelease by tasks.registering(Exec::class) {
fun Exec.configureBuild(mode: String) {
group = "build"

val linkTask = tasks.getByPath(":skie:mac:framework:link${mode.capitalized()}Framework${architecture.kotlinGradleName.capitalized()}")
// val linkTask = tasks.getByPath(":skie:mac:framework:assembleKotlin${mode.capitalized()}Framework${architecture.kotlinGradleName.capitalized()}")
val linkTask = tasks.getByPath(":skie-mac-framework:link${mode.capitalized()}Framework${architecture.kotlinGradleName.capitalized()}")
// val linkTask = tasks.getByPath(":skie-mac-framework:assembleKotlin${mode.capitalized()}Framework${architecture.kotlinGradleName.capitalized()}")

// linkTask.enabled = false

Expand Down

0 comments on commit e9d81bf

Please sign in to comment.