Skip to content

Commit dabfa31

Browse files
committed
Free build lock on compilation error
1 parent efb2ff9 commit dabfa31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/include/update/cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ function cmake_update() {
230230
if [ "$build_fail" == "1" ]
231231
then
232232
err --log "build failed."
233+
unlock_build
233234
exit 1
234235
fi
235236
if [ ! -f "$arg_compiled_bin" ]

0 commit comments

Comments
 (0)