mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
exclude Mac dylib from '...'
This commit is contained in:
parent
a602f0342c
commit
8af82b4594
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,9 @@ objc_library(
|
||||||
name = "helper_static",
|
name = "helper_static",
|
||||||
srcs = ["AnkiHelper.m"],
|
srcs = ["AnkiHelper.m"],
|
||||||
enable_modules = True,
|
enable_modules = True,
|
||||||
alwayslink = True,
|
|
||||||
sdk_frameworks = ["AppKit"],
|
sdk_frameworks = ["AppKit"],
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
|
alwayslink = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
apple_binary(
|
apple_binary(
|
||||||
|
@ -14,6 +14,7 @@ apple_binary(
|
||||||
binary_type = "dylib",
|
binary_type = "dylib",
|
||||||
minimum_os_version = "10.14",
|
minimum_os_version = "10.14",
|
||||||
platform_type = "macos",
|
platform_type = "macos",
|
||||||
|
tags = ["manual"],
|
||||||
visibility = ["//qt:__subpackages__"],
|
visibility = ["//qt:__subpackages__"],
|
||||||
deps = ["helper_static"],
|
deps = ["helper_static"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue