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 @@ -83,7 +83,7 @@ cp -rf "$COREML_DIR_PATH/runtime/include/" "$INCLUDE_DIR_PATH"
8383# Copy required libraries
8484echo " ExecuTorch: Copying libraries"
8585mkdir " $LIBRARIES_DIR_PATH "
86- find " $CMAKE_BUILD_DIR_PATH /" -name ' libexecutorch .a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libexecutorch .a" \;
86+ find " $CMAKE_BUILD_DIR_PATH /" -name ' libprim_ops_lib .a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libprim_ops_lib .a" \;
8787find " $CMAKE_BUILD_DIR_PATH /" -name ' libexecutorch_core.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libexecutorch_core.a" \;
8888find " $CMAKE_BUILD_DIR_PATH /" -name ' libprotobuf-lite.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libprotobuf-lite.a" \;
8989find " $CMAKE_BUILD_DIR_PATH /" -name ' libprotobuf-lited.a' -exec cp -f " {}" " $LIBRARIES_DIR_PATH /libprotobuf-lite.a" \;
You can’t perform that action at this time.
0 commit comments