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

@ -1 +1 @@
Subproject commit 9d456ff5e1dafc7f3bc3f788707806a6001435ab
Subproject commit 5b000acfb554e98b6575203cd84859bc4cc9d344

View File

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