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 61c582c commit 6da985e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
rust: all
echo "ONE:" && ls $(PWD)/build/
echo "TWO;" && ls $(PWD)/build/libdice.so
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ ldd $(PWD)/../../build/libdice.so
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ cargo build -v
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ cargo run
cd src/rust && LD_LIBRARY_PATH=$(PWD)/build/ ldd $(PWD)/build/libdice.so
cd src/rust && LD_LIBRARY_PATH=$(PWD)/build/ cargo build -v
cd src/rust && LD_LIBRARY_PATH=$(PWD)/build/ cargo run

0 comments on commit 6da985e

Please sign in to comment.