summaryrefslogtreecommitdiff
path: root/tests/projects/python/pybind/example_with_soabi/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/python/pybind/example_with_soabi/xmake.lua')
-rw-r--r--tests/projects/python/pybind/example_with_soabi/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/python/pybind/example_with_soabi/xmake.lua b/tests/projects/python/pybind/example_with_soabi/xmake.lua
index 12d8ad334..1b43713e8 100644
--- a/tests/projects/python/pybind/example_with_soabi/xmake.lua
+++ b/tests/projects/python/pybind/example_with_soabi/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.release", "mode.debug")
add_requires("pybind11")
target("example")
- add_rules("python.library", {soabi = true})
+ add_rules("python.module", {soabi = true})
add_files("src/*.cpp")
add_packages("pybind11")
set_languages("c++11")