2019-11-03 00:44:55 +04:00

16 lines
392 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "PlatformRestrictionMatching",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/TelegramCore:TelegramCore#shared",
"//submodules/SyncCore:SyncCore#shared",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
],
)