2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

Use 'uname -m' instead of 'uname -p'.

This commit is contained in:
John Preston
2019-11-18 12:10:31 +03:00
parent 50b2b6c5b1
commit a05e2f0d8d
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
}, },
}, },
'conditions': [ 'conditions': [
[ '"<!(uname -p)" != "x86_64"', { [ '"<!(uname -m)" != "x86_64"', {
'ldflags': [ 'ldflags': [
'-Wl,-wrap,__divmoddi4', '-Wl,-wrap,__divmoddi4',
], ],