Skip to content

Commit

Permalink
Update env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt authored Feb 7, 2024
1 parent 64147df commit a1ff11b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ LLVMHome="llvm-${LLVMVer}.obj"
Z3Home="z3.obj"
install_path=`npm root`

if [[ $sysOS == "Darwin" ]]
then
export LLVM_DIR="$(brew --prefix llvm@${MajorLLVMVer})"
elif [[ $sysOS == "Linux" ]]
then
export LLVM_DIR=$install_path/$LLVMHome
fi

export LLVM_DIR=$install_path/$LLVMHome
export Z3_DIR=$install_path/$Z3Home
export SVF_DIR=$install_path/SVF
export PATH=$SVF_DIR/Release-build/bin:$PATH
Expand Down

0 comments on commit a1ff11b

Please sign in to comment.