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,
module_name = "StringTransliteration",
srcs = glob([
"Source/*.m",
"Sources/*.m",
]),
hdrs = glob([
"PublicHeaders/**/*.h",

View File

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