pikapython/update-compiler.sh
graduateDesign 7170974915 debug path
2021-10-01 00:33:43 +08:00

7 lines
245 B
Bash
Executable File

ROOT=$PWD
cd pikaCompiler
cargo build
cd $ROOT
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