From 86970cf42c4b3623650d51cc219af1bc39ac1865 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Wed, 14 May 2025 20:21:27 +0800 Subject: Rename python.library to python.module --- xmake/rules/python/cython/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/python/cython') 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) -- cgit v1.3.1