Skip to content

Commit

Permalink
KTOR-6154 Drop linuxArm64 publication from ktor-client-curl (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l authored Jul 26, 2023
1 parent e210791 commit b7f0564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/NativeUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ fun Project.desktopTargets(): List<String> = fastOr {
macosX64(),
macosArm64(),
linuxX64(),
linuxArm64(),
mingwX64()
).map { it.name }
}
Expand Down
2 changes: 1 addition & 1 deletion ktor-client/ktor-client-curl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlin {
includeDirs.headerFilterOnly(paths)
}

createCInterop("libcurl", listOf("macosArm64", "linuxArm64")) {
createCInterop("libcurl", listOf("macosArm64")) {
defFile = File(projectDir, "desktop/interop/libcurl_arm64.def")
includeDirs.headerFilterOnly(paths)
}
Expand Down

0 comments on commit b7f0564

Please sign in to comment.