lv_micropython/scripts/env-variables-micropython.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
244 B
Bash
Raw Normal View History

# Set environment variables for MicroPython development
BUILD_VERBOSE=1
MICROPYTHON=$(pwd)
echo "MICROPYTHON=$MICROPYTHON"
if [[ "$MICROPYTHON" == */scripts ]]; then
MICROPYTHON="${MICROPYTHON%/scripts}"
fi
echo "MICROPYTHON=$MICROPYTHON"