This commit is contained in:
Michael Vines 2019-06-17 09:05:59 -07:00
parent b5f65ce49c
commit 735dfab02e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ else
declare features="--features="
if [[ "$program" =~ ^(.*)-cuda$ ]]; then
program=${BASH_REMATCH[1]}
features+="cuda,"
features+="cuda"
fi
if [[ -r "$SOLANA_ROOT/$program"/Cargo.toml ]]; then
maybe_package="--package solana-$program"