view installer-files/fc_update.bat @ 5600:1a766822f3ac

LLVM: Update to version 9.0.1. * src/llvm.mk: Update version and checksum. Update dependency to Python 3. Make sure to use python built by MXE Octave. * src/llvm-2-demangle.patch: Remove patch. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 13 Dec 2020 11:28:44 +0100
parents e3fe651408f9
children
line wrap: on
line source

@echo off

REM Remove contents of cache directory including tmp and lock files (bug #45458)
del /Q /S %LOCALAPPDATA%\fontconfig\cache\ >nul 2>&1

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