mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-05 23:53:08 +00:00
only support arm64-v8a for now
This commit is contained in:
parent
e069e25c6c
commit
39ab3b9ab4
4
Makefile
4
Makefile
@ -136,9 +136,9 @@ libsds-android-arm: | libsds-android-precheck build deps
|
|||||||
ANDROID_COMPILER=$(ANDROID_ARCH)$(ANDROID_TARGET)-clang
|
ANDROID_COMPILER=$(ANDROID_ARCH)$(ANDROID_TARGET)-clang
|
||||||
|
|
||||||
libsds-android:
|
libsds-android:
|
||||||
$(MAKE) libsds-android-amd64
|
# $(MAKE) libsds-android-amd64
|
||||||
$(MAKE) libsds-android-arm64
|
$(MAKE) libsds-android-arm64
|
||||||
$(MAKE) libsds-android-x86
|
# $(MAKE) libsds-android-x86
|
||||||
# This target is disabled because on recent versions of cross-rs complain with the following error
|
# This target is disabled because on recent versions of cross-rs complain with the following error
|
||||||
# relocation R_ARM_THM_ALU_PREL_11_0 cannot be used against symbol 'stack_init_trampoline_return'; recompile with -fPIC
|
# relocation R_ARM_THM_ALU_PREL_11_0 cannot be used against symbol 'stack_init_trampoline_return'; recompile with -fPIC
|
||||||
# It's likely this architecture is not used so we might just not support it.
|
# It's likely this architecture is not used so we might just not support it.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user