Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- fix iconv detection for boost.locale on iOS #83

Merged
merged 3 commits into from
Sep 3, 2021

Commits on Sep 2, 2021

  1. - fix iconv detection for boost.locale on iOS

    * clang-darwin doesn't need --start-group
    * clang-darwin doesn't need -lrt
    
    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4f351fe View commit details
    Browse the repository at this point in the history
  2. Also need appletv to have the same excemption.

    `appletv` is another Xcode clang related platform that would have the same limitations.
    grafikrobot authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    9a59865 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Update src/tools/gcc.jam

    Co-authored-by: SSE4 <tomskside@gmail.com>
    grafikrobot and SSE4 authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    210983f View commit details
    Browse the repository at this point in the history