mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
7 lines
245 B
Bash
Executable File
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
|