summaryrefslogtreecommitdiff
path: root/tests/projects/swig/python_c/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/python_c/xmake.lua')
-rw-r--r--tests/projects/swig/python_c/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/swig/python_c/xmake.lua b/tests/projects/swig/python_c/xmake.lua
index 2b30079b6..89b13cbd4 100644
--- a/tests/projects/swig/python_c/xmake.lua
+++ b/tests/projects/swig/python_c/xmake.lua
@@ -3,6 +3,6 @@ add_requires("python 3.x")
target("example")
add_rules("swig.c")
- add_files("src/example.i", {moduletype = "python"})
+ add_files("src/example.i", {moduletype = "python", scriptdir = "share"})
add_files("src/example.c")
add_packages("python")