Skip to content

Commit

Permalink
fixup! Update fullbuild.sh to support -DOQS_LIBJADE_BUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <sharmapravek@gmail.com>
  • Loading branch information
praveksharma committed Sep 18, 2024
1 parent 12b45c7 commit c10ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fullbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
export DOQS_ALGS_ENABLED="-DOQS_ALGS_ENABLED=$OQS_ALGS_ENABLED"
fi

if [ -z "$OQS_LIBJADE_BUILD"] then
if [ -z "$OQS_LIBJADE_BUILD"]; then
export DOQS_LIBJADE_BUILD="-DOQS_LIBJADE_BUILD=ON"
else
export DOQS_LIBJADE_BUILD="-DOQS_LIBJADE_BUILD=$OQS_LIBJADE_BUILD"
Expand Down

0 comments on commit c10ac1f

Please sign in to comment.