2020-02-19 04:58:49 +04:00

12 lines
242 B
Python

load("//Config:buck_rule_macros.bzl", "framework")
framework(
name = "SwiftSignalKit",
srcs = glob([
"Source/**/*.swift",
]),
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
],
)