Add -lm for Android.

Conflicts:
	exports/Makefile
This commit is contained in:
Zhang Xianyi 2018-05-24 20:56:24 +08:00
parent f0f27868d8
commit 43e592ceb3
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ so : ../$(LIBSONAME)
ifeq ($(OSNAME), Android) ifeq ($(OSNAME), Android)
INTERNALNAME = $(LIBPREFIX).so INTERNALNAME = $(LIBPREFIX).so
FEXTRALIB += -lm
EXTRALIB += -lm
else else
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION) INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
endif endif