Skip to content

Commit

Permalink
fix: use abspath for host bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent a88a635 commit a58d92d
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 @@ -45,7 +45,7 @@ else ifeq ($(IREE_BUILD_TARGET), ios)
-DCMAKE_SYSTEM_PROCESSOR=arm64\
-DCMAKE_IOS_INSTALL_COMBINED=YES\
-DCMAKE_OSX_SYSROOT=$(shell xcodebuild -version -sdk iphoneos Path)\
-DIREE_HOST_BIN_DIR=$(IREE_HOST_BIN_DIR)
-DIREE_HOST_BIN_DIR=$(abspath $(IREE_HOST_BIN_DIR))
else ifeq ($(IREE_BUILD_TARGET), ios_simulator)
BUILD_TARGET_FLAGS += \
-DCMAKE_SYSTEM_NAME=iOS\
Expand Down

0 comments on commit a58d92d

Please sign in to comment.