chore: a little fix in build.sh

This commit is contained in:
2023-01-04 03:09:32 +03:00
parent 5019c54380
commit e9ff845c5b
+1 -2
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"