mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Small fix to Application.mk
We were overriding the APP_LDFLAGS rather than appending to it.
This commit is contained in:
parent
bdc20d5263
commit
9b37284b4e
@ -15,6 +15,6 @@ APP_CPPFLAGS += -DREALM_HAVE_CONFIG
|
||||
|
||||
# Make sure every shared lib includes a .note.gnu.build-id header
|
||||
APP_LDFLAGS := -Wl,--build-id
|
||||
APP_LDFLAGS += -llog
|
||||
|
||||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_LDFLAGS := -llog
|
||||
|
Loading…
x
Reference in New Issue
Block a user