Skip to content

Commit a58d92d

Browse files
committed
fix: use abspath for host bin dir
1 parent a88a635 commit a58d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else ifeq ($(IREE_BUILD_TARGET), ios)
4545
-DCMAKE_SYSTEM_PROCESSOR=arm64\
4646
-DCMAKE_IOS_INSTALL_COMBINED=YES\
4747
-DCMAKE_OSX_SYSROOT=$(shell xcodebuild -version -sdk iphoneos Path)\
48-
-DIREE_HOST_BIN_DIR=$(IREE_HOST_BIN_DIR)
48+
-DIREE_HOST_BIN_DIR=$(abspath $(IREE_HOST_BIN_DIR))
4949
else ifeq ($(IREE_BUILD_TARGET), ios_simulator)
5050
BUILD_TARGET_FLAGS += \
5151
-DCMAKE_SYSTEM_NAME=iOS\

0 commit comments

Comments
 (0)