Skip to content

Commit

Permalink
Update build_rust_deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Dec 29, 2023
1 parent 28b8afe commit 18c71d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/build_rust_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH=$PATH:$HOME/.cargo/bin

RELFLAG=
if [[ "$CONFIGURATION" != "Debug" ]]; then
RELFLAG=--profile dist
RELFLAG="--profile dist"
fi

set -euvx
Expand Down

0 comments on commit 18c71d3

Please sign in to comment.