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:
Submodule Telegram/gyp/helpers updated: 9d456ff5e1...5b000acfb5
@@ -71,7 +71,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ '"<!(uname -p)" != "x86_64"', {
|
[ '"<!(uname -m)" != "x86_64"', {
|
||||||
'ldflags': [
|
'ldflags': [
|
||||||
'-Wl,-wrap,__divmoddi4',
|
'-Wl,-wrap,__divmoddi4',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user