summaryrefslogtreecommitdiff
path: root/xmake/rules/python/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-06 07:39:03 +0800
committerGitHub <[email protected]>2022-09-06 07:39:03 +0800
commitad0112c31cf46fa7e42ba79efdc60c14dafd6416 (patch)
treebcb3f99e1bc9847d8d2f17a758e760a1359d7de2 /xmake/rules/python/xmake.lua
parentf7ea3d7c6c599c4132d3ffcb6fec26bf1f461d0b (diff)
parentfbdcc61009d3dbf37720babcb044d161077f7e16 (diff)
Merge pull request #2780 from xq114/dev
move find_vulkansdk to sdk detection
Diffstat (limited to 'xmake/rules/python/xmake.lua')
-rw-r--r--xmake/rules/python/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/python/xmake.lua b/xmake/rules/python/xmake.lua
index da54ead22..20c30c6b5 100644
--- a/xmake/rules/python/xmake.lua
+++ b/xmake/rules/python/xmake.lua
@@ -36,7 +36,7 @@ rule("python.library")
end
end
else
- if target:is_plat("windows") then
+ if target:is_plat("windows", "mingw") then
target:set("extension", ".pyd")
else
target:set("extension", ".so")