Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui authored Aug 19, 2021
1 parent b1c451b commit 1ac1476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# type './build.sh debug' for debug build
# set the SVF_CTIR environment variable to build and run FSTBHC tests, e.g., `. build.sh SVF_CTIR=1 `.
# if the CTIR_DIR variable is not set, ctir Clang will be downloaded (only if SVF_CTIR is set).
# if the Z3_DIR variable is not set, Z3 will be downloaded (only if variable SVF_Z3 is set).
# if the LLVM_DIR variable is not set, LLVM will be downloaded.

#########
Expand Down Expand Up @@ -86,7 +85,7 @@ fi
########
# Download Z3 if need be.
#######
if [ -n "$SVF_Z3" -a ! -d "$Z3_DIR" ]
if [ ! -d "$Z3_DIR" ]
then
if [ ! -d "$Z3Home" ]
then
Expand Down

0 comments on commit 1ac1476

Please sign in to comment.