1
0
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:
Dmitry D. Chernov 2019-07-01 04:54:55 +10:00
parent 5da48491a9
commit f74dcc4820

View File

@ -920,7 +920,7 @@
],
'conditions': [
[ '"<!(uname -m)" == "i686"', {
'cflags_cc': [
'cflags': [
'-msse2',
],
}],