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:
authorMapsWithMe OSM User <admin@mapswithme.com>2013-03-18 04:51:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:45 +0300
commite23fb6bdf138bd8c14ce1b232890d1175721455c (patch)
tree92f7562aeb4b8e3e2abd83cb727d0e8a115545d6 /3party/protobuf
parent214b137411a23bf3f32d4ba3f62891c5575ed653 (diff)
[linux] Fixed build error
Diffstat (limited to '3party/protobuf')
-rw-r--r--3party/protobuf/protobuf.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/3party/protobuf/protobuf.pro b/3party/protobuf/protobuf.pro
index 0bec8e0ea7..8dbd050a92 100644
--- a/3party/protobuf/protobuf.pro
+++ b/3party/protobuf/protobuf.pro
@@ -66,6 +66,13 @@ SOURCES += \
src/google/protobuf/stubs/strutil.cc \
src/google/protobuf/stubs/substitute.cc \
+}
+
+linux* {
+ SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
+}
+
+# Headers are always included for all configurations
HEADERS += \
config.h \
src/google/protobuf/descriptor.h \
@@ -92,8 +99,5 @@ HEADERS += \
src/google/protobuf/stubs/hash.h \
src/google/protobuf/stubs/map-util.h \
src/google/protobuf/stubs/once.h \
- src/google/protobuf/stubs/stl_util-inl.h \
src/google/protobuf/stubs/strutil.h \
src/google/protobuf/stubs/substitute.h \
-
-}