STYLE: allow argument passing in makeVTK.example

This commit is contained in:
mark
2016-08-04 16:02:09 +02:00
parent 2453d95ef7
commit a5ab962792

View File

@ -6,6 +6,8 @@ mesa=mesa-11.2.2
./makeVTK \
$vtk \
-osmesa -mesa-prefix $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/$mesa
-osmesa \
-mesa-prefix $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/$mesa \
"$@"
#------------------------------------------------------------------------------