armadillo: fix test linking

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/411/head
Timothy Gu 10 years ago
parent 49e4d58199
commit 55ca0e5db6

@ -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

Loading…
Cancel
Save