diff --git a/index/example/Jamfile.v2 b/index/example/Jamfile.v2 index ccba151dd..2067e8d7c 100644 --- a/index/example/Jamfile.v2 +++ b/index/example/Jamfile.v2 @@ -44,11 +44,11 @@ if $(GLUT_ROOT) } exe random_test : random_test.cpp ; -link benchmark.cpp /boost//chrono ; -link benchmark2.cpp /boost//chrono ; -link benchmark3.cpp /boost//chrono ; -link benchmark_experimental.cpp /boost//chrono ; +link benchmark.cpp /boost//chrono : multi ; +link benchmark2.cpp /boost//chrono : multi ; +link benchmark3.cpp /boost//chrono : multi ; +link benchmark_experimental.cpp /boost//chrono : multi ; if $(GLUT_ROOT) { link glut_vis.cpp glut ; -} \ No newline at end of file +}