diff options
Diffstat (limited to 'testing/telegram-desktop/guard-msse2.patch')
-rw-r--r-- | testing/telegram-desktop/guard-msse2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/telegram-desktop/guard-msse2.patch b/testing/telegram-desktop/guard-msse2.patch deleted file mode 100644 index 68a2d20949..0000000000 --- a/testing/telegram-desktop/guard-msse2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Telegram/cmake/lib_tgvoip.cmake b/Telegram/cmake/lib_tgvoip.cmake -index 38fa632..2801fbe 100644 ---- a/Telegram/cmake/lib_tgvoip.cmake -+++ b/Telegram/cmake/lib_tgvoip.cmake -@@ -756,7 +756,7 @@ else() - -Wno-error=sequence-point - -Wno-error=unused-result - ) -- if (build_linux32) -+ if (build_linux32 AND CMAKE_SYSTEM_PROCESSOR MATCHES "i686.*|i386.*|x86.*") - target_compile_options(lib_tgvoip PRIVATE -msse2) - endif() - target_compile_definitions(lib_tgvoip |