summaryrefslogtreecommitdiff
path: root/xmake/rules/python/cython/xmake.lua
diff options
context:
space:
mode:
authorWu, Zhenyu <[email protected]>2025-05-14 20:21:27 +0800
committerWu, Zhenyu <[email protected]>2025-05-15 03:09:40 +0800
commit86970cf42c4b3623650d51cc219af1bc39ac1865 (patch)
tree1e732e9f5879a2ffcfc99c1c5a9ff0e65ece99ce /xmake/rules/python/cython/xmake.lua
parent5a582e2c201ecfb7a5eeb68a126e4842a2391cd2 (diff)
Rename python.library to python.module
Diffstat (limited to 'xmake/rules/python/cython/xmake.lua')
-rw-r--r--xmake/rules/python/cython/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/python/cython/xmake.lua b/xmake/rules/python/cython/xmake.lua
index 78323dfb2..02c73ff60 100644
--- a/xmake/rules/python/cython/xmake.lua
+++ b/xmake/rules/python/cython/xmake.lua
@@ -19,7 +19,7 @@
--
rule("python.cython")
- add_deps("python.library")
+ add_deps("python.module")
set_extensions(".py", ".pyx")
on_load(function (target)