mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix build
This commit is contained in:
parent
bcef10310e
commit
0fd3ec6436
2 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ objc_library(
|
|||
enable_modules = True,
|
||||
module_name = "StringTransliteration",
|
||||
srcs = glob([
|
||||
"Source/*.m",
|
||||
"Sources/*.m",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ swift_library(
|
|||
module_name = "TelegramVoip",
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
], exclude = [
|
||||
"Sources/macOS/**/*",
|
||||
]),
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue