We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The path to the toolchain depends on the host. Therefore it should not be part of version controlled files.
The toolchain could either be specified in a seperate file in the repository or globally somewhere in the ~/.config/grisp/ directory.
~/.config/grisp/
The text was updated successfully, but these errors were encountered:
We could just add support for system variable substitution in the path...
Sorry, something went wrong.
@sylane Then the users would just have to maintain environment variables somewhere else. I'd prefer a separate file.
No branches or pull requests
The path to the toolchain depends on the host. Therefore it should not be part of version controlled files.
The toolchain could either be specified in a seperate file in the repository or globally somewhere in the
~/.config/grisp/
directory.The text was updated successfully, but these errors were encountered: