forked from organicmaps/organicmaps
[build] Fixed linux build.
This commit is contained in:
parent
334bc1a231
commit
ff2161f76e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = generator routing storage indexer platform geometry coding base \
|
||||
osrm gflags expat sgitess jansson protobuf tomcrypt o5mreader \
|
||||
succinct
|
||||
succinct stats_client
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson
|
||||
DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson stats_client
|
||||
|
||||
macx-*: LIBS *= "-framework Foundation" "-framework IOKit"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue