mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Add --compiler-wrapper flag for using things like ccache or distcc
This commit is contained in:
parent
9a012201cb
commit
75ff5d1a05
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -224,6 +224,10 @@ do
|
|||
--no-example-certs)
|
||||
EXCERTS=
|
||||
;;
|
||||
--compiler-wrapper=*)
|
||||
CC="$value $CC"
|
||||
LD="$value $LD"
|
||||
;;
|
||||
*)
|
||||
echo "Error: Unknown flag: $1"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue