You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
913 B

  1. Index: boost_1_62_0/libs/fiber/build/Jamfile.v2
  2. ===================================================================
  3. --- boost_1_62_0.orig/libs/fiber/build/Jamfile.v2
  4. +++ boost_1_62_0/libs/fiber/build/Jamfile.v2
  5. @@ -43,19 +43,6 @@ lib boost_fiber
  6. recursive_timed_mutex.cpp
  7. timed_mutex.cpp
  8. scheduler.cpp
  9. - : <link>shared:<library>../../context/build//boost_context
  10. - [ requires cxx11_auto_declarations
  11. - cxx11_constexpr
  12. - cxx11_defaulted_functions
  13. - cxx11_final
  14. - cxx11_hdr_tuple
  15. - cxx11_lambdas
  16. - cxx11_noexcept
  17. - cxx11_nullptr
  18. - cxx11_rvalue_references
  19. - cxx11_template_aliases
  20. - cxx11_thread_local
  21. - cxx11_variadic_templates ]
  22. - ;
  23. + : <link>shared:<library>../../context/build//boost_context ;
  24. boost-install boost_fiber ;