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-03-19 23:06:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:49 +0300
commitc2ef754f1e49f919dd8adfd75f1b54059fbaade5 (patch)
tree80a0d7d630cb239fe54096d12373d90613c3409e /3party/protobuf
parent02c50ea457c9c2684b074ee06076bb82f56cbbd6 (diff)
Fix the build.
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 8dbd050a92..9c7ae7c7f8 100644
--- a/3party/protobuf/protobuf.pro
+++ b/3party/protobuf/protobuf.pro
@@ -68,7 +68,7 @@ SOURCES += \
}
-linux* {
+linux*|android* {
SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
}