diff options
| author | ruki <[email protected]> | 2020-09-13 09:44:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-13 09:45:16 +0800 |
| commit | 4ccfb91fcad1422ca5bf0dd9630a69e1e5eddc1d (patch) | |
| tree | b9165c50ee968a8cda287a0987e0f97b7445e6f5 /scripts/get.sh | |
| parent | 366e7fcdcb21c1e1dc53c8d52176289be93e34b9 (diff) | |
fix ci and add_configfiles
Diffstat (limited to 'scripts/get.sh')
| -rwxr-xr-x | scripts/get.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.sh b/scripts/get.sh index 0e8609f43..28fff9206 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -207,8 +207,8 @@ if [ 'x__install_only__' != "x$2" ]; then fi # make bytecodes -XMAKE_PROGRAM_DIR="$projectdir/xmake" \ -$projectdir/core/src/demo/demo.b l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' $projectdir/xmake || my_exit 'generate bytecode failed!' +#XMAKE_PROGRAM_DIR="$projectdir/xmake" \ +#$projectdir/core/src/demo/demo.b l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' $projectdir/xmake || my_exit 'generate bytecode failed!' # do install if [ "$prefix" = "" ]; then |
