scripts/cargo: fix debug build check
This commit is contained in:
parent
9d0d20afbd
commit
b290441956
@ -10,7 +10,7 @@ export PROFILE="$4"
|
||||
TARGET=debug
|
||||
ARGS=()
|
||||
|
||||
if test "$PROFILE" != "Devel"; then
|
||||
if test "$PROFILE" != ".Devel"; then
|
||||
echo "RELEASE MODE"
|
||||
ARGS+=('--release')
|
||||
TARGET=release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user