Skip to content

Conversation

@Flamefire
Copy link
Contributor

This allows selecting a specific compiler for building if e.g. g++ is not available but only g++-15.

As $TOOLSET isn't set in this case, unless passed by the user, that part of the project-config needs to be omitted. The alternative is to use "cxx" as what build.sh does but that might also not be what the user wanted.

This allows selecting a specific compiler for building if e.g. `g++` is not available but only `g++-15`.

As `$TOOLSET` isn't set in this case, unless passed by the user, that part of the project-config needs to be omitted.
The alternative is to use "cxx" as what `build.sh` does but that might also not be what the user wanted.
Don't overwrite the file
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.

1 participant