mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 00:56:22 +00:00
Define REALM_ENABLE_SYNC when building for Android (#803)
This commit is contained in:
parent
fa8088348d
commit
41869a3f94
@ -18,7 +18,9 @@ APP_CPPFLAGS += -fomit-frame-pointer
|
||||
APP_LDFLAGS := -Wl,--build-id
|
||||
APP_LDFLAGS += -llog
|
||||
APP_LDFLAGS += -landroid
|
||||
|
||||
ifeq ($(strip $(BUILD_TYPE_SYNC)),1)
|
||||
APP_CPPFLAGS += -DREALM_ENABLE_SYNC=1
|
||||
APP_LDFLAGS += -lz
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user