mirror of https://github.com/procxx/kepka.git
Use 'uname -m' instead of 'uname -p'.
This commit is contained in:
parent
50b2b6c5b1
commit
a05e2f0d8d
|
@ -1 +1 @@
|
||||||
Subproject commit 9d456ff5e1dafc7f3bc3f788707806a6001435ab
|
Subproject commit 5b000acfb554e98b6575203cd84859bc4cc9d344
|
|
@ -71,7 +71,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ '"<!(uname -p)" != "x86_64"', {
|
[ '"<!(uname -m)" != "x86_64"', {
|
||||||
'ldflags': [
|
'ldflags': [
|
||||||
'-Wl,-wrap,__divmoddi4',
|
'-Wl,-wrap,__divmoddi4',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue