mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Folder improvements
This commit is contained in:
parent
46ea78b6c3
commit
ceccb98af7
16 changed files with 152 additions and 63 deletions
|
|
@ -17,6 +17,7 @@ static_library(
|
|||
compiler_flags = [
|
||||
"-Dpixman_region_selfcheck(x)=1",
|
||||
"-DLOTTIE_DISABLE_ARM_NEON=1",
|
||||
"-DLOTTIE_IMAGE_MODULE_DISABLED=1",
|
||||
],
|
||||
headers = glob([
|
||||
"rlottie/src/**/*.h",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ objc_library(
|
|||
copts = [
|
||||
"-Dpixman_region_selfcheck(x)=1",
|
||||
"-DLOTTIE_DISABLE_ARM_NEON=1",
|
||||
"-DLOTTIE_IMAGE_MODULE_DISABLED=1",
|
||||
"-I{}".format(package_name()),
|
||||
"-I{}/rlottie/inc".format(package_name()),
|
||||
"-I{}/rlottie/src/vector".format(package_name()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue