#!/bin/bash

exec /usr/bin/clang --start-no-unused-arguments -target x86_64-w64-mingw32 -fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++ -unwindlib=libunwind --sysroot=/opt/x86_64-w64-mingw32 --end-no-unused-arguments "$@"