# GNU Autotools "configure" detects w64devkit as an MSYS2 environment, so
# set some environment variables to disabuse it. Goes hand-in-hand with
# the busybox-w32 ash patch for libtool.
export PATH_SEPARATOR=';'
export ac_executable_extensions=.exe
export build_alias=i686-w64-mingw32
