From 43088a77832349076bb796159d5a885065773d7f Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Thu, 15 May 2025 03:10:57 +0800 Subject: Change python.module soabi's default value to true --- 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 93c200c57..e8435e360 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.module") + add_rules("python.module", {soabi = false}) add_files("src/*.cpp") add_packages("pybind11") set_languages("c++11") -- cgit v1.3.1