summaryrefslogtreecommitdiff
path: root/xmake/rules/python/cython/xmake.lua
diff options
context:
space:
mode:
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)