mirror of
https://github.com/danog/libtgvoip.git
synced 2025-01-22 13:01:21 +01:00
libtgvoip: use SSE2 cflags only in supported archs
Without this libtgvoip won't compile in ARM CPUs
This commit is contained in:
parent
60d40e4ee4
commit
dc8298ace2
@ -381,8 +381,12 @@
|
||||
'defines': [
|
||||
'WEBRTC_POSIX',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-msse2',
|
||||
'conditions': [
|
||||
[ '"<!(uname -p)" == "x86_64" or "<!(uname -p)" == "i686"', {
|
||||
'cflags_cc': [
|
||||
'-msse2',
|
||||
],
|
||||
}]
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'libraries': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user