2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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': [
[ '"<!(uname -p)" != "x86_64"', {
[ '"<!(uname -m)" != "x86_64"', {
'ldflags': [
'-Wl,-wrap,__divmoddi4',
],