From 75c767a8d6dfc5d7409a8f3904e17006385bea89 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 26 Oct 2020 02:24:22 -0700 Subject: [PATCH] we do need to set the compiler path for virtual builds --- bin/kaleidoscope-builder | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 409b203a..37b7fd5f 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -305,6 +305,7 @@ compile() { --libraries "${KALEIDOSCOPE_DIR}/.." \ --build-path "${BUILD_PATH}" \ --output-dir "${OUTPUT_PATH}" \ + --build-properties "compiler.path=${COMPILER_PATH}/" \ --build-properties "compiler.c.cmd=${_CMD_CC}" \ --build-properties "compiler.cpp.cmd=${_CMD_CXX}" \ --build-properties "compiler.ar.cmd=${_CMD_AR}" \