Skip to content
Snippets Groups Projects

Tutorials

Merged Tomáš Oberhuber requested to merge tutorials into develop
2 files
+ 11
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -202,7 +202,9 @@ if [[ "$make" != "make" ]] && [[ "$VERBOSE" ]]; then
VERBOSE="-v"
fi
$make ${VERBOSE} $make_target
if ! $make ${VERBOSE} $make_target; then
exit 1
fi
if [[ ${WITH_DOC} == "yes" ]]; then
"$ROOT_DIR/Documentation/build" --prefix="$PREFIX"
Loading