Commit ec530aba authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

Merge branch 'cargo' into 'master'

cargo: Use the Meson build dir as the Cargo root See merge request GNOME/gnome-tour!49
parents 181465b1 dbdd2e06
......@@ -3,7 +3,7 @@
export MESON_BUILD_ROOT="$1"
export MESON_SOURCE_ROOT="$2"
export CARGO_TARGET_DIR="$MESON_BUILD_ROOT"/target
export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home
export CARGO_HOME="$MESON_BUILD_ROOT"/cargo-home
FEATURES="$6"
if [ $4 = "Devel" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment