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

Expand variables in user_options for boost_build #957

Merged
merged 2 commits into from
Sep 13, 2022

Conversation

petoknm
Copy link
Contributor

@petoknm petoknm commented Aug 29, 2022

For cross compiling (or other configuration) of boost, we often need to generate a user-config.jam file and pass the location of this file as user_options. That is why I needed variable expansion of user_options parameter of boost_build.

boost_build(
  ...
  user_options = [
    ...
    "--user-config=$(location :user_config)"
  ]
)

@google-cla
Copy link

google-cla bot commented Aug 29, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@jsharpe jsharpe enabled auto-merge (squash) September 13, 2022 08:58
@jsharpe jsharpe merged commit e5c7d6d into bazel-contrib:main Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants