Searched refs:ZLIB_SRC (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh3 # Run as: CLANG=bin/clang ZLIB_SRC=src/zlib \
41 if [[ "$ZLIB_SRC" == "" ||
42 ! -x "${ZLIB_SRC}/configure" ||
43 ! -f "${ZLIB_SRC}/zlib.h" ]]; then
44 echo "Missing or incomplete ZLIB_SRC"
47 ZLIB_SRC=$(readlink -f $ZLIB_SRC)
83 cp -r ${ZLIB_SRC}/* .

Completed in 170 milliseconds