mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix build
This commit is contained in:
parent
bcef10310e
commit
0fd3ec6436
@ -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…
x
Reference in New Issue
Block a user