mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-30 04:39:03 +01:00
Compile with SSE2 instead of SSE4.1 on Linux.
This commit is contained in:
parent
ccdb6af389
commit
61eeaba937
@ -368,7 +368,7 @@
|
||||
'WEBRTC_POSIX',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-msse4.1',
|
||||
'-msse2',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'libraries': [
|
||||
|
Loading…
Reference in New Issue
Block a user