mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix build
This commit is contained in:
parent
bcef10310e
commit
0fd3ec6436
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user