Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
6093d319
Commit
6093d319
authored
Jan 14, 2018
by
xoviat
Browse files
Improve ccache messages (#120)
parent
27804374
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
manylinux_utils.sh
manylinux_utils.sh
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
manylinux_utils.sh
View file @
6093d319
...
...
@@ -70,5 +70,5 @@ function activate_ccache {
export
PATH
=
$ccache_dir
:
$PATH
# Prove to the developer that ccache is activated
which gcc
echo
"Using C compiler:
$(
which gcc
)
"
}
osx_utils.sh
View file @
6093d319
...
...
@@ -348,5 +348,5 @@ function activate_ccache {
export
CCACHE_CPP2
=
1
# Prove to the developer that ccache is activated
which clang
echo
"Using C compiler:
$(
which clang
)
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment