mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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",
|
||||
srcs = ["AnkiHelper.m"],
|
||||
enable_modules = True,
|
||||
alwayslink = True,
|
||||
sdk_frameworks = ["AppKit"],
|
||||
tags = ["manual"],
|
||||
alwayslink = True,
|
||||
)
|
||||
|
||||
apple_binary(
|
||||
|
@ -14,6 +14,7 @@ apple_binary(
|
|||
binary_type = "dylib",
|
||||
minimum_os_version = "10.14",
|
||||
platform_type = "macos",
|
||||
tags = ["manual"],
|
||||
visibility = ["//qt:__subpackages__"],
|
||||
deps = ["helper_static"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue