Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-04-17 14:27:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:16 +0300
commit66eae08188648fd31ffe504b9a46a6a4f7f1241f (patch)
tree4b9e612a28d5960014cad6edfa0d323515887d0c /3party/protobuf
parenta4206cd2535038d8c0fa0e89b0562a175681fba4 (diff)
[win][mingw] Some compilation fixes
Diffstat (limited to '3party/protobuf')
-rw-r--r--3party/protobuf/protobuf.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/protobuf/protobuf.pro b/3party/protobuf/protobuf.pro
index 9c7ae7c7f8..0bf5d8a0e0 100644
--- a/3party/protobuf/protobuf.pro
+++ b/3party/protobuf/protobuf.pro
@@ -68,7 +68,7 @@ SOURCES += \
}
-linux*|android* {
+linux*|android*|win32-g++ {
SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
}