From c5e6bfce955f80b8148880c244ecce0321dca3b6 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 14 Mar 2018 06:19:24 +0100 Subject: [PATCH] Fix wrong uname flag used This is required because uname -p actually returns "unknown" for some hardware. The uname help documents this by stating that -p is non-portable. The -m flag is the one to use. --- Telegram/gyp/linux_glibc_wraps.gyp | 2 +- Telegram/gyp/settings_linux.gypi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/gyp/linux_glibc_wraps.gyp b/Telegram/gyp/linux_glibc_wraps.gyp index 824708c3a..451de5680 100644 --- a/Telegram/gyp/linux_glibc_wraps.gyp +++ b/Telegram/gyp/linux_glibc_wraps.gyp @@ -14,7 +14,7 @@ 'sources': [ '../SourceFiles/platform/linux/linux_glibc_wraps.c', ], - 'conditions': [[ '"