We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4245104 commit 3151fc5Copy full SHA for 3151fc5
justfile
@@ -8,7 +8,8 @@ base-dir := absolute_path(clean(rootdir / prefix))
8
9
export INSTALL_DIR := base-dir / 'share'
10
11
-bin-src := 'target' / 'release' / name
+cargo-target-dir := env('CARGO_TARGET_DIR', 'target')
12
+bin-src := cargo-target-dir / 'release' / name
13
bin-dst := base-dir / 'bin' / name
14
15
desktop := APPID + '.desktop'
0 commit comments