#!/bin/bash set -e set -o xtrace HOST=$1 # Debian's cross-pkg-config wrappers are broken for MinGW targets, since # dpkg-architecture doesn't know about MinGW target triplets. # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930492 cat >/usr/local/bin/${HOST}-pkg-config <