Skip to content

Commit

Permalink
Update target.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 670a94b commit 73c908d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

rust: all
echo "LDPATH"
echo ${PWD}
ls ${PWD}/build/
echo $PWD
ls $PWD/build/
export LD_LIBRARY_PATH=$(PWD)/build/:$LD_LIBRARY_PATH
echo ${LD_LIBRARY_PATH}
ls $(PWD)/build/libdice.so -las
Expand Down

0 comments on commit 73c908d

Please sign in to comment.