view installer-files/fc_update.bat @ 4520:0f62ac5c6fd8

mesa: Don't depend on s2tc if using system OpenGL.
author John W. Eaton <jwe@octave.org>
date Fri, 27 Oct 2017 18:04:34 -0400
parents b5b3f7fcac8f
children 202fa20cf559
line wrap: on
line source

@echo off

set ROOT_DIR=%~dp0
echo "Updating fc-cache (may take a while) ..."
%ROOT_DIR%\bin\fc-cache.exe -v
echo "Done."