diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-24 09:49:05 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-24 09:52:56 -0800 |
commit | b747e1bc722746c4a543c20dc8ef0d60e83adc50 (patch) | |
tree | ee10a210a925c1e5dd44d10a7ad91994ce2799a9 /qt-mobile/qml | |
parent | 697bd94198bdb5e3f6238c38153ebdc8a2c38956 (diff) | |
download | subsurface-b747e1bc722746c4a543c20dc8ef0d60e83adc50.tar.gz |
Android build: more tweaking
Don't ever link against a shared libcrypt. One of the recent changes to
make things build on the various Linux build systems apparently broke the
Android build as it now adds an extra -lcrypt right after the correct
static link to libcrypt.a. Instead of fiddling even more with this and
re-breaking all the other builds I just hack around it here and remove any
calls to a simply -lcrypt as that won't work on Android.
This also passes through the remaining options on the command line to make
so we can do things like VERBOSE=1 or -j12
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
0 files changed, 0 insertions, 0 deletions