Skip to content

Commit

Permalink
export install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent 8a741a2 commit ef0b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build() {
local IREE_INSTALL_DIR=$(install_dir $1)

export IREE_HOST_BUILD_DIR=iree-runtime/host-build
local IREE_HOST_INSTALL_DIR=${IREE_HOST_BUILD_DIR}/install
export IREE_HOST_INSTALL_DIR=${IREE_HOST_BUILD_DIR}/install
export IREE_HOST_BIN_DIR=${IREE_HOST_BUILD_DIR}/install/bin

echo "IREE_CMAKE_BUILD_DIR: $IREE_CMAKE_BUILD_DIR"
Expand Down

0 comments on commit ef0b8f1

Please sign in to comment.