mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-27 04:34:42 +01:00
GYP: Compile with SSE2 on Linux not only C++ but also C sources
This is just like it's done on Windows with the MSVC builds.
This commit is contained in:
parent
5da48491a9
commit
f74dcc4820
@ -920,7 +920,7 @@
|
||||
],
|
||||
'conditions': [
|
||||
[ '"<!(uname -m)" == "i686"', {
|
||||
'cflags_cc': [
|
||||
'cflags': [
|
||||
'-msse2',
|
||||
],
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user