Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dloghin committed Nov 21, 2024
1 parent bfa744a commit fb2dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build-release-gl64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CAP=`./configure.sh | grep capability | cut -d ' ' -f 3`

# rm -rf build
rm -rf build
if [ -z "$CAP" ]; then
cmake -B build -DBUILD_TESTS=ON
else
Expand Down

0 comments on commit fb2dec8

Please sign in to comment.