fixed build command of test program of package boost

pull/13/head
Lothar May 14 years ago
parent a3d5a8e958
commit df9c04c833

@ -47,5 +47,6 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-boost.exe' \
-lboost_serialization-mt
-DBOOST_THREAD_USE_LIB \
-lboost_serialization-mt -lboost_thread_win32-mt
endef

Loading…
Cancel
Save