We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081484a commit 752b180Copy full SHA for 752b180
backends/apple/coreml/scripts/build_tests.sh
@@ -58,6 +58,7 @@ cmake --build "$CMAKE_PROTOBUF_BUILD_DIR_PATH" -j9 -t libprotobuf-lite
58
# Copy required libraries
59
echo "ExecuTorch: Copying libraries"
60
mkdir "$LIBRARIES_DIR_PATH"
61
+ls "$CMAKE_EXECUTORCH_BUILD_DIR_PATH"
62
cp -f "$CMAKE_EXECUTORCH_BUILD_DIR_PATH/libexecutorch.a" "$LIBRARIES_DIR_PATH"
63
cp -f "$CMAKE_EXECUTORCH_BUILD_DIR_PATH/libexecutorch_core.a" "$LIBRARIES_DIR_PATH"
64
cp -f "$CMAKE_PROTOBUF_BUILD_DIR_PATH/libprotobuf-lite.a" "$LIBRARIES_DIR_PATH"
0 commit comments