We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a741a2 commit ef0b8f1Copy full SHA for ef0b8f1
scripts/build_and_package.sh
@@ -47,7 +47,7 @@ build() {
47
local IREE_INSTALL_DIR=$(install_dir $1)
48
49
export IREE_HOST_BUILD_DIR=iree-runtime/host-build
50
- local IREE_HOST_INSTALL_DIR=${IREE_HOST_BUILD_DIR}/install
+ export IREE_HOST_INSTALL_DIR=${IREE_HOST_BUILD_DIR}/install
51
export IREE_HOST_BIN_DIR=${IREE_HOST_BUILD_DIR}/install/bin
52
53
echo "IREE_CMAKE_BUILD_DIR: $IREE_CMAKE_BUILD_DIR"
0 commit comments