From c3b4b1882e06d80e2a3d2a81e4be594803d56c39 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Sep 2021 22:45:56 +0800 Subject: install swig scripts --- tests/projects/swig/python_c/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/swig/python_c/xmake.lua') 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") -- cgit v1.3.1