Fix build

This commit is contained in:
Ali 2021-11-15 20:01:24 +04:00
parent bcef10310e
commit 0fd3ec6436
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ objc_library(
enable_modules = True, enable_modules = True,
module_name = "StringTransliteration", module_name = "StringTransliteration",
srcs = glob([ srcs = glob([
"Source/*.m", "Sources/*.m",
]), ]),
hdrs = glob([ hdrs = glob([
"PublicHeaders/**/*.h", "PublicHeaders/**/*.h",

View File

@ -5,6 +5,8 @@ swift_library(
module_name = "TelegramVoip", module_name = "TelegramVoip",
srcs = glob([ srcs = glob([
"Sources/**/*.swift", "Sources/**/*.swift",
], exclude = [
"Sources/macOS/**/*",
]), ]),
copts = [ copts = [
"-warnings-as-errors", "-warnings-as-errors",