Skip to content

Commit f876891

Browse files
author
Kaiqi Liang
committed
Use pwd so students env script doesn't need to be modified as long as SVF is in the parent directory
1 parent 2dda9f3 commit f876891

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)