summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/demo/xmake.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh
index be352f1f0..e3c6abd44 100755
--- a/core/src/demo/xmake.sh
+++ b/core/src/demo/xmake.sh
@@ -22,4 +22,5 @@ target "demo"
add_ldflags "-static-libgcc"
fi
-
+ # add install files
+ add_installfiles "${projectdir}/(xmake/**.lua)" "share"