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

Run shutil.which on non-standard compiler invocations #1259

Conversation

flying-scotsman
Copy link

syclcc-launcher expects the compiler executable to be a path, whereas it is also possible to use a wrapping tool such as ccache. This PR deals with this by finding the path to the wrapping tool itself. Since there is already a 'None' check on the variables, I should think shutil would spit out sensible errors if the command doesn't exist.

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