summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-16 00:39:37 +0800
committerruki <[email protected]>2022-12-16 00:39:37 +0800
commitf424cf319f7d9548d51918abf5959a814313b4fe (patch)
tree129cafd81aa90afcda51aafc7ddaf9af95d454af /core/src
parent0021ae25c8d87c986ae55689519463b34121b77c (diff)
fix path relative in configure
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"