Skip to content

Commit

Permalink
Fix build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 19, 2024
1 parent db8b7f4 commit 9adcd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ main()
return 1
fi

if [[ ${PARAM_CPP} ]] ; then
if [[ ${PARAM_CPP} == 1 ]] ; then
set_global_java_variables
if [ $? -ne 0 ] ; then
return 1
Expand Down

0 comments on commit 9adcd6d

Please sign in to comment.