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 1cd395f commit 1a75e98
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
@@ -1,8 +1,8 @@
.PHONY: rust

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

0 comments on commit 1a75e98

Please sign in to comment.