forked from organicmaps/organicmaps-tmp
[tracking] Fix build on mac os
This commit is contained in:
parent
62129140e1
commit
4eab3df11b
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ win32-g++ {
|
|||
|
||||
macx-* {
|
||||
QMAKE_LFLAGS *= -dead_strip
|
||||
LIBS *= "-framework Foundation"
|
||||
LIBS *= "-framework Foundation" "-framework CFNetwork"
|
||||
|
||||
# macx-clang {
|
||||
# QMAKE_CFLAGS_RELEASE -= -O3
|
||||
|
|
|
@ -7,7 +7,7 @@ ROOT_DIR = ../..
|
|||
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
|
||||
|
||||
DEPENDENCIES = routing tracking platform_tests_support platform coding geometry base stats_client
|
||||
DEPENDENCIES = routing tracking platform_tests_support platform coding geometry base stats_client tomcrypt
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue