5 lines
164 B
Bash
5 lines
164 B
Bash
# Use ccache-swig by default. Users who don't want that can set the
|
|
# CCACHE_DISABLE environment variable in their personal profile.
|
|
|
|
alias swig='ccache-swig swig'
|