forked from organicmaps/organicmaps
iOS compilation fixed
This commit is contained in:
parent
c0bd44f08b
commit
09dc89ac46
2 changed files with 2 additions and 0 deletions
|
@ -1678,6 +1678,7 @@
|
|||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-lsuccinct",
|
||||
"-ObjC",
|
||||
);
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <net/if_dl.h>
|
||||
#include <net/if.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue