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 7062ff4 commit 0ec288a
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
@@ -1,12 +1,12 @@
.PHONY: rust

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

0 comments on commit 0ec288a

Please sign in to comment.