chore: a little fix in build.sh

This commit is contained in:
Masahiko AMANO 2023-01-04 03:09:32 +03:00
parent 5019c54380
commit e9ff845c5b

View File

@ -22,5 +22,4 @@ if [ ! -d "$BUILD_DIR" ]; then
fi
fi
cmake -S . -B "$BUILD_DIR"
cmake --build "$BUILD_DIR" --target "$TARGET"
cmake -S . -B "$BUILD_DIR" && cmake --build "$BUILD_DIR" --target "$TARGET"