Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent 513010e commit 0bb8d28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/build_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ build() {
local IREE_RUNTIME_BUILD_DIR=iree-runtime/$1/build
local IREE_INSTALL_DIR=$(install_dir $1)

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

echo "IREE_CMAKE_BUILD_DIR: $IREE_CMAKE_BUILD_DIR"
echo "IREE_RUNTIME_BUILD_DIR: $IREE_RUNTIME_BUILD_DIR"
Expand Down

0 comments on commit 0bb8d28

Please sign in to comment.