blob: f7426ebe7ee1acad36bda78a755d124e739aa9fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Telegram/gyp/telegram_linux.gypi b/Telegram/gyp/telegram_linux.gypi
index bd2ed75..cd0bc59 100644
--- a/Telegram/gyp/telegram_linux.gypi
+++ b/Telegram/gyp/telegram_linux.gypi
@@ -55,6 +55,7 @@
'opus',
'z',
'lzma',
+ 'lz4',
# '<!(pkg-config 2> /dev/null --libs <@(pkgconfig_libs))',
],
'cflags_cc': [
|