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 --- tests/projects/python/pybind/example/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/python/pybind/example') diff --git a/tests/projects/python/pybind/example/xmake.lua b/tests/projects/python/pybind/example/xmake.lua index 19b7b5a9e..93c200c57 100644 --- a/tests/projects/python/pybind/example/xmake.lua +++ b/tests/projects/python/pybind/example/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.release", "mode.debug") add_requires("pybind11") target("example") - add_rules("python.library") + add_rules("python.module") add_files("src/*.cpp") add_packages("pybind11") set_languages("c++11") -- cgit v1.3.1