Skip to content

Commit

Permalink
Update 20_telegram_cli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
darthnoward authored Aug 20, 2020
1 parent 974498b commit a90ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/20_telegram_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd tg || exit 1
sed -i '107d' ./tgl/mtproto-utils.c
sed -i '101d' ./tgl/mtproto-utils.c
sed -i "s/\-rdynamic //" Makefile.in
sed -i "s/\-fPIC //" Makefile.in
sed -i "s/\-fPIC//" Makefile.in
sed -i "s/\-Werror //" Makefile.in
./configure
make || exit 1
Expand Down

0 comments on commit a90ef77

Please sign in to comment.