mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use 'uname -m' instead of 'uname -p'.
This commit is contained in:
Submodule Telegram/gyp/helpers updated: 9d456ff5e1...5b000acfb5
@@ -71,7 +71,7 @@
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
[ '"<!(uname -p)" != "x86_64"', {
|
||||
[ '"<!(uname -m)" != "x86_64"', {
|
||||
'ldflags': [
|
||||
'-Wl,-wrap,__divmoddi4',
|
||||
],
|
||||
|
Reference in New Issue
Block a user