mirror of
https://github.com/icewind1991/esp8266-flash.git
synced 2026-06-03 10:34:05 +02:00
9 lines
284 B
Bash
Executable file
9 lines
284 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
# change this to the directory of where you built rustc for xtensa
|
|
CUSTOM_RUSTC=/home/mabez/development/rust/xtensa/rust-xtensa
|
|
|
|
export RUST_BACKTRACE=1
|
|
export XARGO_RUST_SRC=$CUSTOM_RUSTC/src
|
|
export RUSTC=$CUSTOM_RUSTC/build/x86_64-unknown-linux-gnu/stage2/bin/rustc
|