Skip to content

Commit

Permalink
fix: build_compiler=off
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent 0bb8d28 commit 8a741a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ iree_host:
@echo "Building IREE runtime host binaries at $(IREE_HOST_BUILD_DIR)."
cmake -G Ninja -B $(IREE_HOST_BUILD_DIR) \
-DCMAKE_INSTALL_PREFIX=$(IREE_HOST_INSTALL_DIR) \
-DIREE_BUILD_COMPILER=OFF\
-DCMAKE_BUILD_TYPE=$(IREE_CMAKE_CONFIG) \
-S $(NX_IREE_SOURCE_DIR)
cmake --build $(IREE_HOST_BUILD_DIR) --target install
Expand Down

0 comments on commit 8a741a2

Please sign in to comment.