File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/apple/coreml/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ find "$CMAKE_BUILD_DIR_PATH/" -name 'libcoreml_inmemoryfs.a' -exec cp -f "{}" "$
9393find " $CMAKE_BUILD_DIR_PATH /" -name ' libcoremldelegate.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libcoremldelegate.a" \;
9494find " $CMAKE_BUILD_DIR_PATH /" -name ' libportable_ops_lib.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libportable_ops_lib.a" \;
9595find " $CMAKE_BUILD_DIR_PATH /" -name ' libportable_kernels.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libportable_kernels.a" \;
96- cp -f " $CMAKE_BUILD_DIR_PATH /third-party/flatcc_external_project /lib/libflatccrt.a" " $LIBRARIES_DIR_PATH /libflatccrt.a"
96+ cp -f " $CMAKE_BUILD_DIR_PATH /third-party/flatcc_ep /lib/libflatccrt.a" " $LIBRARIES_DIR_PATH /libflatccrt.a"
9797
9898# Build the runner
9999echo " ExecuTorch: Building runner"
You can’t perform that action at this time.
0 commit comments