decomma
This commit is contained in:
@ -36,7 +36,7 @@ else
|
|||||||
declare features="--features="
|
declare features="--features="
|
||||||
if [[ "$program" =~ ^(.*)-cuda$ ]]; then
|
if [[ "$program" =~ ^(.*)-cuda$ ]]; then
|
||||||
program=${BASH_REMATCH[1]}
|
program=${BASH_REMATCH[1]}
|
||||||
features+="cuda,"
|
features+="cuda"
|
||||||
fi
|
fi
|
||||||
if [[ -r "$SOLANA_ROOT/$program"/Cargo.toml ]]; then
|
if [[ -r "$SOLANA_ROOT/$program"/Cargo.toml ]]; then
|
||||||
maybe_package="--package solana-$program"
|
maybe_package="--package solana-$program"
|
||||||
|
Reference in New Issue
Block a user