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 issue where rules_perl could not used for cross compilation #31

Merged
merged 1 commit into from
Dec 20, 2021

Commits on Nov 6, 2021

  1. fix issue where rules_perl could not used for cross compilation

    When using the perl toolchain and specifying a platform on the bazel
    command line (e.g. --platforms=:android), the command would fail as
    bazel required a perl toolchain that is "target compatible" with the
    ":android" platform. Unlike a C++ toolchain, the perl toolchain is
    compatible with any target platform.
    jheaff1 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    b5cf667 View commit details
    Browse the repository at this point in the history