mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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)
|
--no-example-certs)
|
||||||
EXCERTS=
|
EXCERTS=
|
||||||
;;
|
;;
|
||||||
|
--compiler-wrapper=*)
|
||||||
|
CC="$value $CC"
|
||||||
|
LD="$value $LD"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Error: Unknown flag: $1"
|
echo "Error: Unknown flag: $1"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue