libtgvoip.gyp: only enable -msse2 for i686

This commit is contained in:
Marco Trevisan
2018-02-19 00:25:55 +01:00
committed by GitHub
parent b1b83c6f3b
commit 01f70942e1

View File

@@ -382,7 +382,7 @@
'WEBRTC_POSIX',
],
'conditions': [
[ '"<!(uname -m)" == "x86_64" or "<!(uname -m)" == "i686"', {
[ '"<!(uname -m)" == "i686"', {
'cflags_cc': [
'-msse2',
],