escape shell variables
This commit is contained in:
parent
673aea46cc
commit
923b5a1a96
@ -31,8 +31,8 @@ CONTROLLER="tasoller_v1" # replace with your preferred controller backend
|
|||||||
# For CHUNITHM NEW (SDHD)
|
# For CHUNITHM NEW (SDHD)
|
||||||
cargo build --target i686-pc-windows-msvc --release --features chusan,$CONTROLLER
|
cargo build --target i686-pc-windows-msvc --release --features chusan,$CONTROLLER
|
||||||
cargo build --target x86_64-pc-windows-msvc --release --features chusan,$CONTROLLER
|
cargo build --target x86_64-pc-windows-msvc --release --features chusan,$CONTROLLER
|
||||||
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_$CONTROLLER_chusan.dll
|
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_chusan.dll
|
||||||
cp target/x86_64-pc-windows-msvc/release/chuniio_rs.dll chuniio_$CONTROLLER_amdaemon.dll
|
cp target/x86_64-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_amdaemon.dll
|
||||||
|
|
||||||
# For CHUNITHM (SDBT)
|
# For CHUNITHM (SDBT)
|
||||||
cargo build --target i686-pc-windows-msvc --release --features $CONTROLLER
|
cargo build --target i686-pc-windows-msvc --release --features $CONTROLLER
|
||||||
|
Loading…
Reference in New Issue
Block a user