Remove framework:Cocoa again
PiperOrigin-RevId: 516928735
This commit is contained in:
parent
59962bed27
commit
43082482f8
6
third_party/BUILD
vendored
6
third_party/BUILD
vendored
|
@ -169,11 +169,7 @@ cmake_external(
|
||||||
"-lm",
|
"-lm",
|
||||||
"-lpthread",
|
"-lpthread",
|
||||||
"-lrt",
|
"-lrt",
|
||||||
] + select({
|
],
|
||||||
"//mediapipe:ios": ["-framework Cocoa"],
|
|
||||||
"//mediapipe:macos": ["-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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user