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 26, 2023
1 parent 64934da commit 36fa6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rust: all
echo "pwd is $(shell pwd)"
ls "$(shell pwd)/build/"
export LD_LIBRARY_PATH="$(shell pwd)/build/:$(LD_LIBRARY_PATH)"
echo "$LD_LIBRARY_PATH"
echo "$(LD_LIBRARY_PATH)"
ls "$(shell pwd)/build/libdice.so" -las
ld -ldice
ldd "$(shell pwd)/build/libdice.so"
Expand Down

0 comments on commit 36fa6cf

Please sign in to comment.