Kaydet (Commit) 8fee2f60 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Seems that -lm is also needed for Android on MIPS, for some reason

Change-Id: I5075199de76abfb2b62294e8ce4ce3eb43b1daf6
üst 48d544a9
......@@ -69,7 +69,7 @@ CONFIGURE_ACTION+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
.ENDIF
.IF "$(OS)" == "ANDROID"
CONFIGURE_ACTION:=LIBS=-lgnustl_shared $(CONFIGURE_ACTION)
CONFIGURE_ACTION:=LIBS='-lgnustl_shared -lm' $(CONFIGURE_ACTION)
.ENDIF
BUILD_ACTION=make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment