mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 12:08:55 +00:00
Fix build
This commit is contained in:
@@ -6,8 +6,8 @@ static_library(
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
deps = [
|
||||
"//submodules/AsyncDisplayKit:AsyncDisplayKit",
|
||||
"//submodules/Display:Display",
|
||||
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
|
||||
"//submodules/Display:Display#shared",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
||||
@@ -11,8 +11,8 @@ static_library(
|
||||
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
||||
"//submodules/AppBundle:AppBundle",
|
||||
"//submodules/AnimatedStickerNode:AnimatedStickerNode",
|
||||
"//submodules/SyncCore:SyncCore",
|
||||
"//submodules/TelegramCore:TelegramCore",
|
||||
"//submodules/SyncCore:SyncCore#shared",
|
||||
"//submodules/TelegramCore:TelegramCore#shared",
|
||||
"//submodules/TextFormat:TextFormat",
|
||||
],
|
||||
frameworks = [
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
#define CONFIG_H
|
||||
|
||||
// enable threading
|
||||
#define LOTTIE_THREAD_SUPPORT
|
||||
//#define LOTTIE_THREAD_SUPPORT
|
||||
|
||||
#define LOTTIE_THREAD_SAFE
|
||||
|
||||
//enable logging
|
||||
//#define LOTTIE_LOGGING_SUPPORT
|
||||
@@ -16,4 +18,4 @@
|
||||
// disable image loader
|
||||
#define LOTTIE_IMAGE_MODULE_DISABLED
|
||||
|
||||
#endif // CONFIG_H
|
||||
#endif // CONFIG_H
|
||||
|
||||
Submodule submodules/rlottie/rlottie updated: 0ee2e9c584...d513b026d8
Reference in New Issue
Block a user