Skip to content

Commit

Permalink
fix: iphoneos
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 8, 2024
1 parent 007a870 commit 58757cd
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 @@ -37,7 +37,7 @@ else ifeq ($(IREE_BUILD_TARGET), ios)
-DCMAKE_OSX_ARCHITECTURES=arm64\
-DCMAKE_SYSTEM_PROCESSOR=arm64\
-DCMAKE_IOS_INSTALL_COMBINED=YES\
-DCMAKE_OSX_SYSROOT=$(shell xcodebuild -version -sdk iphone Path)
-DCMAKE_OSX_SYSROOT=$(shell xcodebuild -version -sdk iphoneos Path)
else ifeq ($(IREE_BUILD_TARGET), ios_simulator)
BUILD_TARGET_FLAGS = \
-DCMAKE_SYSTEM_NAME=iOS\
Expand Down

0 comments on commit 58757cd

Please sign in to comment.