summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 2a05987..cc9fdbc 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -73,7 +73,8 @@ define $(PKG)_BUILD
-lboost_serialization-mt \
-lboost_thread_win32-mt \
-lboost_system-mt \
- -lboost_chrono-mt
+ -lboost_chrono-mt \
+ -lboost_context-mt
# test cmake
mkdir '$(1).test-cmake'