forked from organicmaps/organicmaps
Fix build 3party/opening_hours (disable on Linux)
This commit is contained in:
parent
bc61df0783
commit
36fbdcde88
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue