package armadillo: add missing line continuation

This commit is contained in:
Tony Theodore 2013-04-20 16:50:10 +10:00
parent 46f7c15569
commit b3f04c0361
1 changed files with 1 additions and 1 deletions

View File

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