Add a trailing slash on the compiler path for virtual to try to fix travis

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent c116800c2d
commit a6f306d851
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -19,7 +19,7 @@ fi
if [ "${ARCH}" = "virtual" ]; then
: "${FQBN:=keyboardio:virtual:${BOARD}}"
: "${COMPILER_PATH:=/usr/bin}"
: "${COMPILER_PATH:=/usr/bin/}"
COMPILER_PREFIX=""
fi

Loading…
Cancel
Save