diff options
| author | ruki <[email protected]> | 2022-09-06 07:39:03 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-06 07:39:03 +0800 |
| commit | ad0112c31cf46fa7e42ba79efdc60c14dafd6416 (patch) | |
| tree | bcb3f99e1bc9847d8d2f17a758e760a1359d7de2 /xmake/rules/python/xmake.lua | |
| parent | f7ea3d7c6c599c4132d3ffcb6fec26bf1f461d0b (diff) | |
| parent | fbdcc61009d3dbf37720babcb044d161077f7e16 (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.lua | 2 |
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") |
