Skip to content

Commit

Permalink
KTOR-6754 bump libcurl 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtretyakov committed Feb 24, 2024
1 parent b649099 commit 8caa37d
Show file tree
Hide file tree
Showing 1,070 changed files with 360,742 additions and 568 deletions.
16 changes: 3 additions & 13 deletions ktor-client/ktor-client-curl/build.gradle.kts
Expand Up @@ -24,19 +24,9 @@ plugins {
kotlin {
if (fastTarget()) return@kotlin

createCInterop("libcurl", listOf("macosX64", "linuxX64", "mingwX64")) { _ ->
defFile = File(projectDir, "desktop/interop/libcurl.def")
includeDirs.headerFilterOnly(paths)
}

createCInterop("libcurl", listOf("macosArm64")) { _ ->
defFile = File(projectDir, "desktop/interop/libcurl_arm64.def")
includeDirs.headerFilterOnly(paths)
}

createCInterop("libcurl", listOf("linuxArm64")) { _ ->
defFile = File(projectDir, "desktop/interop/libcurl_linux_arm64.def")
includeDirs.headerFilterOnly(listOf("desktop/interop/linuxArm64/include/"))
createCInterop("libcurl", listOf("linuxX64", "linuxArm64", "macosX64", "macosArm64", "mingwX64")) { name ->
defFile = File(projectDir, "desktop/interop/$name/libcurl.def")
includeDirs.headerFilterOnly("desktop/interop/$name/include/")
}

sourceSets {
Expand Down
56 changes: 0 additions & 56 deletions ktor-client/ktor-client-curl/desktop/interop/libcurl.def

This file was deleted.

24 changes: 0 additions & 24 deletions ktor-client/ktor-client-curl/desktop/interop/libcurl_arm64.def

This file was deleted.

This file was deleted.

0 comments on commit 8caa37d

Please sign in to comment.