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 3a16cd9 commit a88a635Copy full SHA for a88a635
Makefile
@@ -104,7 +104,7 @@ $(IREE_INSTALL_DIR): $(NX_IREE_SOURCE_DIR) $(CMAKE_SOURCES)
104
cmake --install $(IREE_CMAKE_BUILD_DIR) --config $(IREE_CMAKE_CONFIG) --prefix $(IREE_INSTALL_DIR)
105
106
.PHONY: iree_host
107
-ifdef IREE_HOST_BUILD_DIR
+ifeq ($(IREE_BUILD_TARGET), host)
108
iree_host:
109
@echo "Building IREE runtime host binaries at $(IREE_HOST_BUILD_DIR)."
110
cmake -G Ninja -B $(IREE_HOST_BUILD_DIR) \
0 commit comments