We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d78c4 commit d065965Copy full SHA for d065965
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -71,7 +71,7 @@ FLAGS+=" -include ${SRC_DIR}/../sanitizer_redefine_builtins.h -DSANITIZER_COMMON
71
LINKFLAGS="-fuse-ld=lld -target $TARGET_TRIPLE"
72
73
# Build zlib.
74
-if [[ -d ${ZLIB_BUILD} ]]; then
+if [[ ! -d ${ZLIB_BUILD} ]]; then
75
if [[ -z "${ZLIB_SRC}" ]]; then
76
git clone https://github.com/madler/zlib ${ZLIB_BUILD}
77
else
0 commit comments