mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +00:00
Update build configuration
This commit is contained in:
parent
9e97905da4
commit
9e72731704
6
BUCK
6
BUCK
@ -1,5 +1,5 @@
|
|||||||
load('//tools:buck_utils.bzl', 'config_with_updated_linker_flags', 'configs_with_config')
|
load('//tools:buck_utils.bzl', 'config_with_updated_linker_flags', 'configs_with_config', 'combined_config')
|
||||||
load('//tools:buck_defs.bzl', 'combined_config', 'SHARED_CONFIGS', 'LIB_SPECIFIC_CONFIG')
|
load('//tools:buck_defs.bzl', 'SHARED_CONFIGS', 'EXTENSION_LIB_SPECIFIC_CONFIG')
|
||||||
|
|
||||||
apple_library(
|
apple_library(
|
||||||
name = 'TelegramCorePrivateModule',
|
name = 'TelegramCorePrivateModule',
|
||||||
@ -29,7 +29,7 @@ apple_library(
|
|||||||
srcs = glob([
|
srcs = glob([
|
||||||
'TelegramCore/**/*.swift'
|
'TelegramCore/**/*.swift'
|
||||||
]),
|
]),
|
||||||
configs = configs_with_config(combined_config([SHARED_CONFIGS, LIB_SPECIFIC_CONFIG])),
|
configs = configs_with_config(combined_config([SHARED_CONFIGS, EXTENSION_LIB_SPECIFIC_CONFIG])),
|
||||||
swift_compiler_flags = [
|
swift_compiler_flags = [
|
||||||
'-suppress-warnings',
|
'-suppress-warnings',
|
||||||
'-application-extension',
|
'-application-extension',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user