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 429dc2a commit d4a12db
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 @@ -4,7 +4,7 @@ rust: all
echo "LDPATH"
echo "pwd is $(shell pwd)"
ls "$(shell pwd)/build/"
export LD_LIBRARY_PATH="$(shell pwd)/build/":"$LD_LIBRARY_PATH*
export LD_LIBRARY_PATH="$(shell pwd)/build/:$LD_LIBRARY_PATH*
echo "$LD_LIBRARY_PATH"
ls "$(shell pwd)/build/libdice.so" -las
ld -ldice
Expand Down

0 comments on commit d4a12db

Please sign in to comment.