Skip to content
Snippets Groups Projects
Verified Commit e5c3bfb5 authored by Adrian Pop's avatar Adrian Pop
Browse files

compile own ccache as the previous commit has a broken one

parent f5f57b55
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
#!/bin/bash
ccache /mingw32/bin/clang "$@"
#!/bin/bash
ccache /mingw32/bin/clang++ "$@"
#!/bin/bash
ccache /mingw32/bin/clang-cpp "$@"
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
#!/bin/bash
ccache /mingw64/bin/clang "$@"
#!/bin/bash
ccache /mingw64/bin/clang++ "$@"
#!/bin/bash
ccache /mingw64/bin/clang-cpp "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment