mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Activate crl dispatch backend on Linux
Linux is the only platform where slow QThreadPool is used, let's use dispatch here as well
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -97,3 +97,6 @@
|
||||
[submodule "Telegram/ThirdParty/kwayland"]
|
||||
path = Telegram/ThirdParty/kwayland
|
||||
url = https://github.com/KDE/kwayland.git
|
||||
[submodule "Telegram/ThirdParty/dispatch"]
|
||||
path = Telegram/ThirdParty/dispatch
|
||||
url = https://github.com/apple/swift-corelibs-libdispatch
|
||||
|
1
Telegram/ThirdParty/dispatch
vendored
Submodule
1
Telegram/ThirdParty/dispatch
vendored
Submodule
Submodule Telegram/ThirdParty/dispatch added at 851fbd3cb8
@@ -32,6 +32,9 @@ RUN yum -y install git meson ninja-build autoconf automake libtool patch \
|
||||
devtoolset-10-binutils llvm-toolset-7.0 llvm-toolset-7.0-clang-devel \
|
||||
llvm-toolset-7.0-llvm-devel && yum clean all
|
||||
|
||||
# Fix a bug with argument naming in CentOS 7 glibc
|
||||
RUN sed -i 's/char \*__block/char */' /usr/include/unistd.h
|
||||
|
||||
SHELL [ "bash", "-c", ". /opt/rh/devtoolset-10/enable; exec bash -c \"$@\"", "-s"]
|
||||
|
||||
ENV LibrariesPath /usr/src/Libraries
|
||||
|
Submodule Telegram/lib_crl updated: ec103d6bcc...3fde21b408
Reference in New Issue
Block a user