Browse Source

Add -lm for Android.

Conflicts:
	exports/Makefile
tags/v0.3.1
Zhang Xianyi 8 years ago
parent
commit
43e592ceb3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      exports/Makefile

+ 2
- 0
exports/Makefile View File

@@ -128,6 +128,8 @@ so : ../$(LIBSONAME)

ifeq ($(OSNAME), Android)
INTERNALNAME = $(LIBPREFIX).so
FEXTRALIB += -lm
EXTRALIB += -lm
else
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
endif


Loading…
Cancel
Save