wip: Fix COMPILER_PATH for virtual builds

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

@ -23,7 +23,7 @@ if [ "${ARCH}" = "virtual" ]; then
# Set the compiler path for virtual builds
#
if [ -z "${COMPILER_PATH}" ]; then
COMPILER_PATH="/usr/bin"
COMPILER_PATH="/usr/bin/"
COMPILER_PREFIX=""
fi
else

Loading…
Cancel
Save