Skip to content

Commit 8a741a2

Browse files
committed
fix: build_compiler=off
1 parent 0bb8d28 commit 8a741a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ iree_host:
109109
@echo "Building IREE runtime host binaries at $(IREE_HOST_BUILD_DIR)."
110110
cmake -G Ninja -B $(IREE_HOST_BUILD_DIR) \
111111
-DCMAKE_INSTALL_PREFIX=$(IREE_HOST_INSTALL_DIR) \
112+
-DIREE_BUILD_COMPILER=OFF\
112113
-DCMAKE_BUILD_TYPE=$(IREE_CMAKE_CONFIG) \
113114
-S $(NX_IREE_SOURCE_DIR)
114115
cmake --build $(IREE_HOST_BUILD_DIR) --target install

0 commit comments

Comments
 (0)