mirror of https://github.com/zmkfirmware/zmk.git
chore: Ensure BSIM env. variables set in devcontainer.
This commit is contained in:
parent
693530c2f1
commit
c63d0791d5
|
|
@ -6,3 +6,8 @@ fi
|
|||
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
|
||||
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
|
||||
fi
|
||||
|
||||
if [ -d "$WORKSPACE_DIR/tools/bsim" ]; then
|
||||
export BSIM_OUT_PATH="$WORKSPACE_DIR/tools/bsim/"
|
||||
export BSIM_COMPONENTS_PATH="$WORKSPACE_DIR/tools/bsim/components/"
|
||||
fi
|
||||
Loading…
Reference in New Issue