summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/kotlin-native/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/kotlin-native/xmake.lua b/xmake/rules/kotlin-native/xmake.lua
index 909bd4a9e..386c85677 100644
--- a/xmake/rules/kotlin-native/xmake.lua
+++ b/xmake/rules/kotlin-native/xmake.lua
@@ -27,7 +27,7 @@ rule("kotlin-native.build")
target:add("kcflags", "-opt-in=kotlin.experimental.ExperimentalNativeApi", {force = true})
if target:is_plat("macosx") then
target:add("frameworks", "Foundation", "CoreFoundation", {interface = true})
- elseif target:is_plat("windows", "mingw") then
+ elseif target:is_plat("mingw") then
target:add("syslinks", "pthread", {interface = true})
end
elseif target:is_shared() then