Skip to content

Commit 38132b0

Browse files
authored
Merge pull request #10 from SVF-tools/fix
Update env.sh
2 parents 2dda9f3 + f876891 commit 38132b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LLVMHome="llvm-${LLVMVer}.obj"
1717
Z3Home="z3.obj"
1818

1919
# Change this to your SVF root directory
20-
svf_root=/Users/yulei/Documents/workspace/SVF
20+
svf_root=`pwd`/../SVF
2121

2222
# Export the paths for the LLVM, Z3, and SVF directories
2323
export LLVM_DIR=$svf_root/$LLVMHome

0 commit comments

Comments
 (0)