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 ed05ff7 commit 1cd395f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rust/target.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.PHONY: rust

rust: all
echo "ONE:" && echo $LD_LIBRARY_PATH
echo "TWO;" && ls $(PWD)/build/libdice.so
echo $LD_LIBRARY_PATH
echo $PWD
ls $(PWD)/build/libdice.so
ld -ldice
cd src/rust && ldd $(PWD)/build/libdice.so
cd src/rust && cargo build -v
Expand Down

0 comments on commit 1cd395f

Please sign in to comment.