diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2015-12-20 12:32:55 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-20 08:07:11 -0800 |
commit | 2316390c1f3d2d89798c599b42bf99873e4b7651 (patch) | |
tree | 64980ed7302910d75cf1c491736a1e99ac26459f /cmake | |
parent | 105d6987595b144fbd17093157a1a059fed6afaa (diff) | |
download | subsurface-2316390c1f3d2d89798c599b42bf99873e4b7651.tar.gz |
Rework the env - variables to produce a working cross compile script
The cross compile script kind of works right now, it's missing
something that I'm really not sure where or what it is.
currently sqlite will not build because:
error: gethostuuid is not defined in iOS
This bug was already opened on sqlite bugtracker for about a year, the
workaround is to pass -DDSQLITE_ENABLE_LOCKING_STYLE=0 to the compilation
flags, which I did but did not work for some reason.
Which is a good error - it shows us that we are actually trying to compile
for iOS.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions