kaleidoscope-builder: When doing virtual builds, always clear COMPILER_PREFIX

When doing virtual builds, we never want to use the arch prefix. We want to use
the compiler as set.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/851/head
Gergely Nagy 4 years ago
parent 2870a0b8ec
commit 4f08df1c76
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -24,8 +24,9 @@ if [ "${ARCH}" = "virtual" ]; then
#
if [ -z "${COMPILER_PATH}" ]; then
COMPILER_PATH="/usr/bin/"
COMPILER_PREFIX=""
fi
COMPILER_PREFIX=""
else
ARCH="avr"
fi

Loading…
Cancel
Save