Fix build 3party/opening_hours (disable on Linux)

This commit is contained in:
Sergey Yershov 2015-04-21 16:33:54 +03:00 committed by Alex Zolotarev
parent bc61df0783
commit 36fbdcde88

View file

@ -3,8 +3,12 @@
TEMPLATE = subdirs
SUBDIRS = freetype fribidi zlib bzip2 jansson tomcrypt protobuf osrm expat \
succinct opening_hours \
succinct \
!linux* {
SUBDIRS += opening_hours \
}
!iphone*:!tizen*:!android* {
SUBDIRS += gflags \