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 1e63a00 commit 6adecd5
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 @@ -6,5 +6,5 @@ rust: all
echo "explicit"
ld -L"$(shell pwd)/build/" -ldice
export LD_LIBRARY_PATH=$(shell pwd)/build/
cd src/rust && RUSTFLAGS="-C link-arg=-L$(shell pwd)/../../build/" cargo build
cd src/rust && RUSTFLAGS="-C link-arg=-L$(shell pwd)/build/" cargo build
cd src/rust && cargo run

0 comments on commit 6adecd5

Please sign in to comment.