Internal change

PiperOrigin-RevId: 516550977
This commit is contained in:
Sebastian Schmidt 2023-03-14 09:43:57 -07:00 committed by Copybara-Service
parent c895867427
commit 5bba1f245f

5
third_party/BUILD vendored
View File

@ -169,7 +169,10 @@ cmake_external(
"-lm", "-lm",
"-lpthread", "-lpthread",
"-lrt", "-lrt",
], ] + select({
"//mediapipe:ios": ["-framework Cocoa"],
"//conditions:default": [],
}),
shared_libraries = select({ shared_libraries = select({
"@bazel_tools//src/conditions:darwin": ["libopencv_%s.%s.dylib" % (module, OPENCV_SO_VERSION) for module in OPENCV_MODULES], "@bazel_tools//src/conditions:darwin": ["libopencv_%s.%s.dylib" % (module, OPENCV_SO_VERSION) for module in OPENCV_MODULES],
# Only the shared objects listed here will be linked in the directory # Only the shared objects listed here will be linked in the directory