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:
commit
348d95bdfd
@ -381,8 +381,12 @@
|
||||
'defines': [
|
||||
'WEBRTC_POSIX',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-msse2',
|
||||
'conditions': [
|
||||
[ '"<!(uname -m)" == "i686"', {
|
||||
'cflags_cc': [
|
||||
'-msse2',
|
||||
],
|
||||
}]
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'libraries': [
|
||||
|
Loading…
Reference in New Issue
Block a user