Skip to content

Commit 1244672

Browse files
authored
Don't build executor runner with Apple frameworks (#10933)
1 parent bc0fdf3 commit 1244672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ cmake_build() {
193193
-DEXECUTORCH_BUILD_MPS=$MPS \
194194
-DEXECUTORCH_BUILD_XNNPACK=$XNNPACK \
195195
-DEXECUTORCH_XNNPACK_SHARED_WORKSPACE=ON \
196+
-DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF \
196197
-DEXECUTORCH_BUILD_EXTENSION_APPLE=ON \
197198
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
198199
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \

0 commit comments

Comments
 (0)