armadillo: fix test linking

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-05-08 19:43:42 -07:00
parent 49e4d58199
commit 55ca0e5db6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-armadillo.exe' \
-larmadillo -llapack -lblas -lgfortran \
-larmadillo -llapack -lblas -lgfortran -lquadmath \
-lboost_serialization-mt -lboost_thread_win32-mt -lboost_system-mt
endef