Commit c1ae5c1a authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

misc: don't use bash only feature in cargo.sh

fixes #23
parent 68642411
...@@ -6,7 +6,7 @@ export CARGO_TARGET_DIR="$MESON_BUILD_ROOT"/target ...@@ -6,7 +6,7 @@ export CARGO_TARGET_DIR="$MESON_BUILD_ROOT"/target
export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home
FEATURES="$6" FEATURES="$6"
if [[ $4 = "Devel" ]] if [ $4 = "Devel" ]
then then
echo "DEBUG MODE" echo "DEBUG MODE"
cargo build --manifest-path \ cargo build --manifest-path \
......
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