Fix native binary tests for Windows
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ kotlin {
|
||||
targets {
|
||||
macosX64("macos64")
|
||||
linuxX64("linux64")
|
||||
mingwX64("windows64")
|
||||
mingwX64("mingw64")
|
||||
|
||||
configure([macos64, linux64, windows64]) {
|
||||
binaries {
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ kotlin {
|
||||
|
||||
val macos = macosX64("macos64")
|
||||
val linux = linuxX64("linux64")
|
||||
val windows = mingwX64("windows64")
|
||||
val windows = mingwX64("mingw64")
|
||||
|
||||
configure(listOf(macos, linux, windows)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user