Skip to content

Commit

Permalink
fix: change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent 3a16cd9 commit a88a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $(IREE_INSTALL_DIR): $(NX_IREE_SOURCE_DIR) $(CMAKE_SOURCES)
cmake --install $(IREE_CMAKE_BUILD_DIR) --config $(IREE_CMAKE_CONFIG) --prefix $(IREE_INSTALL_DIR)

.PHONY: iree_host
ifdef IREE_HOST_BUILD_DIR
ifeq ($(IREE_BUILD_TARGET), host)
iree_host:
@echo "Building IREE runtime host binaries at $(IREE_HOST_BUILD_DIR)."
cmake -G Ninja -B $(IREE_HOST_BUILD_DIR) \
Expand Down

0 comments on commit a88a635

Please sign in to comment.