mirror of https://github.com/google/oss-fuzz.git
[libpsl] Add config.site (#1456)
This commit is contained in:
parent
d9470966b8
commit
04be9ced8f
|
@ -0,0 +1,5 @@
|
|||
if test "$cache_file" = /dev/null; then
|
||||
hash=`echo $LIBS $CPPFLAGS CXXFLAGS $CFLAGS $LDFLAGS $build_alias $host_alias $target_alias \
|
||||
| md5sum | cut -d' ' -f1`
|
||||
cache_file=$SRC/config.cache.$CC.$hash
|
||||
fi
|
Loading…
Reference in New Issue