pikapython/port/linux/update-compiler.sh

8 lines
342 B
Bash
Raw Normal View History

2021-08-23 13:58:42 +08:00
ROOT=$PWD
2021-10-05 12:23:58 +08:00
cd ../../tools/pikaCompiler
2021-08-23 13:58:42 +08:00
cargo build
cd $ROOT
2022-01-04 02:24:59 +08:00
cp ../../tools/pikaCompiler/rust-msc-latest-linux package/pikascript/rust-msc-latest-linux
2022-01-05 22:13:32 +08:00
cp ../../tools/pikaCompiler/target/debug/rust-msc package/pikascript/rust-msc-latest-linux
2022-04-08 23:52:46 +08:00
# cp ../../tools/pikaCompiler/target/debug/rust-msc.exe package/pikascript/rust-msc-latest-win10.exe