1
0
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:
Marco Trevisan (Treviño) 2018-02-09 03:05:43 +01:00
parent 60d40e4ee4
commit dc8298ace2

View File

@ -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': [