mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 06:41:11 +00:00
libtgvoip.gyp: only enable -msse2 for i686
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
'WEBRTC_POSIX',
|
||||
],
|
||||
'conditions': [
|
||||
[ '"<!(uname -m)" == "x86_64" or "<!(uname -m)" == "i686"', {
|
||||
[ '"<!(uname -m)" == "i686"', {
|
||||
'cflags_cc': [
|
||||
'-msse2',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user