support CARGO_TARGET_DIR
This commit is contained in:
parent
d7e46938ae
commit
631893f5d0
1 changed files with 2 additions and 1 deletions
3
justfile
3
justfile
|
|
@ -8,7 +8,8 @@ base-dir := absolute_path(clean(rootdir / prefix))
|
|||
|
||||
export INSTALL_DIR := base-dir / 'share'
|
||||
|
||||
bin-src := 'target' / 'release' / name
|
||||
cargo-target-dir := env('CARGO_TARGET_DIR', 'target')
|
||||
bin-src := cargo-target-dir / 'release' / name
|
||||
bin-dst := base-dir / 'bin' / name
|
||||
|
||||
desktop := APPID + '.desktop'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue