Skip to content

Commit

Permalink
Android build fixes
Browse files Browse the repository at this point in the history
This fixes #8079
  • Loading branch information
nerzhul committed Jan 9, 2019
1 parent 4b04268 commit 0acdf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/Makefile
Expand Up @@ -312,7 +312,7 @@ $(OPENSSL_LIB): $(OPENSSL_TIMESTAMP)
export PATH="$${TOOLCHAIN}/bin:$${PATH}"; \
export CFLAGS="$${CFLAGS} ${TARGET_CFLAGS_ADDON}"; \
export LDFLAGS="$${LDFLAGS} ${TARGET_LDFLAGS_ADDON}"; \
CC=${CROSS_CC} ./Configure -DL_ENDIAN android-${TARGET_ARCH} \
CC=${CROSS_CC} ./Configure -DL_ENDIAN no-asm android-${TARGET_ARCH} \
-D__ANDROID_API__=$(API); \
CC=${CROSS_CC} ANDROID_DEV=/tmp/ndk-${TARGET_HOST} make depend; \
CC=${CROSS_CC} ANDROID_DEV=/tmp/ndk-${TARGET_HOST} make build_libs; \
Expand Down
1 change: 1 addition & 0 deletions src/client/tile.cpp
Expand Up @@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

#include "tile.h"

#include <cstring>
#include <algorithm>
#include <ICameraSceneNode.h>
#include "util/string.h"
Expand Down

0 comments on commit 0acdf93

Please sign in to comment.