1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-27 04:34:42 +01:00

Merge pull request #40 from 3v1n0/msse-enable-in-supported-archs

libtgvoip: use SSE2 cflags only in supported archs
This commit is contained in:
Gregory K 2018-03-10 01:31:00 +04:00 committed by GitHub
commit 348d95bdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,8 +381,12 @@
'defines': [
'WEBRTC_POSIX',
],
'cflags_cc': [
'-msse2',
'conditions': [
[ '"<!(uname -m)" == "i686"', {
'cflags_cc': [
'-msse2',
],
}]
],
'direct_dependent_settings': {
'libraries': [