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

[Bazel 6.x.x] sdk_dylib at _end_ of the linker invocation #766

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. [Bazel 6.x.x] sdk_dylib at _end_ of the linker invocation

    Apple's > Xcode 4.x linkers have problems when SDK dylibs are first -
    Bazel 6.0 broke this due to refactoring. see changes in (
    https://github.com/bazelbuild/bazel/blob/283ed362e6ccceb047553c2517a0331afd02db90/tools/osx/crosstool/cc_toolchain_config.bzl#L261 )
    
    So this PR, is adding sdk_dylib to _end_ of the linker invocation to
    make this work as it did
    jerrymarino committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    36da6cd View commit details
    Browse the repository at this point in the history