Skip to content

Commit

Permalink
update release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 3, 2024
1 parent 7105035 commit 39f1dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/CompilationConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fun KotlinTarget.getHostType(): HostType? = when (platformType) {
KotlinPlatformType.native -> when {
name.startsWith("ios") -> HostType.MAC_OS
name.startsWith("watchos") -> HostType.MAC_OS
name.startsWith("macos") -> HostType.MAC_OS
name.startsWith("linux") -> HostType.LINUX
name.startsWith("mingw") -> HostType.WINDOWS
else -> error("Unsupported native target: $this")
Expand Down

0 comments on commit 39f1dec

Please sign in to comment.