Fix build

This commit is contained in:
Ilya Laktyushin 2020-09-05 06:54:17 +03:00
parent ebc1de3d3a
commit 48093b54d8

View File

@ -1,7 +1,7 @@
load("//Config:buck_rule_macros.bzl", "static_library") load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TextSelectionNode", name = "ChatMessageInteractiveMediaBadge",
srcs = glob([ srcs = glob([
"Sources/**/*.swift", "Sources/**/*.swift",
]), ]),
@ -9,6 +9,9 @@ static_library(
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
"//submodules/Display:Display#shared", "//submodules/Display:Display#shared",
"//submodules/TelegramPresentationData:TelegramPresentationData", "//submodules/TelegramPresentationData:TelegramPresentationData",
"//submodules/TextFormat:TextFormat",
"//submodules/RadialStatusNode:RadialStatusNode",
"//submodules/AppBundle:AppBundle",
], ],
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",