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 0bb8d28 commit 8a741a2Copy full SHA for 8a741a2
Makefile
@@ -109,6 +109,7 @@ iree_host:
109
@echo "Building IREE runtime host binaries at $(IREE_HOST_BUILD_DIR)."
110
cmake -G Ninja -B $(IREE_HOST_BUILD_DIR) \
111
-DCMAKE_INSTALL_PREFIX=$(IREE_HOST_INSTALL_DIR) \
112
+ -DIREE_BUILD_COMPILER=OFF\
113
-DCMAKE_BUILD_TYPE=$(IREE_CMAKE_CONFIG) \
114
-S $(NX_IREE_SOURCE_DIR)
115
cmake --build $(IREE_HOST_BUILD_DIR) --target install
0 commit comments