diff options
| author | ruki <[email protected]> | 2022-12-16 00:39:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-16 00:39:37 +0800 |
| commit | f424cf319f7d9548d51918abf5959a814313b4fe (patch) | |
| tree | 129cafd81aa90afcda51aafc7ddaf9af95d454af /core/src | |
| parent | 0021ae25c8d87c986ae55689519463b34121b77c (diff) | |
fix path relative in configure
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/demo/xmake.sh | 3 |
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" |
