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:
-rw-r--r--omim.pro1
-rwxr-xr-xtools/unix/build_omim.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index 7796da1954..54176d7088 100644
--- a/omim.pro
+++ b/omim.pro
@@ -17,6 +17,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
cache()
TEMPLATE = subdirs
+CONFIG += ordered
HEADERS += defines.hpp
diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh
index 5e6c23c527..4320128b27 100755
--- a/tools/unix/build_omim.sh
+++ b/tools/unix/build_omim.sh
@@ -149,6 +149,7 @@ build()
{
build_conf $1
[ -n "$OPT_OSRM" ] && build_osrm $1
+ return 0
}
[ -n "$OPT_DEBUG" ] && build debug