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

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

0 comments on commit ad0e570

Please sign in to comment.