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 2e825ca commit 9175470
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 @@ -7,7 +7,7 @@ rust: all
ld -L"$(shell pwd)/build/" -ldice
export LD_LIBRARY_PATH=$(shell pwd)/build/
export LIBRARY_PATH=$LD_LIBRARY_PATH
cp $(shell pwd)/build/libdice.so /usr/local/lib/libdice.so
sudo cp $(shell pwd)/build/libdice.so /usr/local/lib/libdice.so
echo "BUILD"
cd src/rust && cargo build
echo "RUN"
Expand Down

0 comments on commit 9175470

Please sign in to comment.