summaryrefslogtreecommitdiffstats
path: root/src/armadillo.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-05-09 02:43:42 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-05-09 02:43:42 (GMT)
commit55ca0e5db64f4b39ac8a48548071438875994f88 (patch)
treea4b435a1b85c0573a53c3659a1f2216158466f7e /src/armadillo.mk
parent49e4d58199ad76264a21b9ee8792c37a58b6c48b (diff)
downloadmxe-55ca0e5db64f4b39ac8a48548071438875994f88.zip
mxe-55ca0e5db64f4b39ac8a48548071438875994f88.tar.gz
mxe-55ca0e5db64f4b39ac8a48548071438875994f88.tar.bz2
armadillo: fix test linking
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/armadillo.mk')
-rw-r--r--src/armadillo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armadillo.mk b/src/armadillo.mk
index fa0aa8e..f375673 100644
--- a/src/armadillo.mk
+++ b/src/armadillo.mk
@@ -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