Skip to content

Commit d065965

Browse files
committed
[build_symbolizer] Fix typo in 2c81d70
1 parent c0d78c4 commit d065965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FLAGS+=" -include ${SRC_DIR}/../sanitizer_redefine_builtins.h -DSANITIZER_COMMON
7171
LINKFLAGS="-fuse-ld=lld -target $TARGET_TRIPLE"
7272

7373
# Build zlib.
74-
if [[ -d ${ZLIB_BUILD} ]]; then
74+
if [[ ! -d ${ZLIB_BUILD} ]]; then
7575
if [[ -z "${ZLIB_SRC}" ]]; then
7676
git clone https://github.com/madler/zlib ${ZLIB_BUILD}
7777
else

0 commit comments

Comments
 (0)