pikapython/update-compiler.sh

7 lines
245 B
Bash
Raw Normal View History

2021-08-23 13:58:42 +08:00
ROOT=$PWD
2021-10-01 00:33:43 +08:00
cd pikaCompiler
2021-08-23 13:58:42 +08:00
cargo build
cd $ROOT
2021-10-01 00:33:43 +08:00
cp pikaCompiler/target/debug/rust-msc coreDevelopment/package/pikascript/rust-msc-latest-linux
cp pikaCompiler/target/debug/rust-msc.exe coreDevelopment/package/pikascript/rust-msc-latest-win10.exe