# `x86_64-w64-mingw32` cross-toolchain This repository defines a `Dockerfile` that allows to build a Debian-based Docker image featuring the `x86_64-w64-mingw32` toolchain for `win32` threads. ## How to build Follow the typical Docker build process: ``` docker build -t . ```