#!/bin/sh -e

if test -z "$WINEBUILD"; then
    export WINEBUILD="/usr/lib/wine/winebuild"
fi

exec /usr/lib/wine/winegcc $@
