MSYS2-packages/filesystem/redirect-config.site
Karlson2k 84555bb798 Added support for 'config.site' files
Now users don't need to override installation prefix for MinGW programs and
'configure' scripts use more compatible triplet 'x86_64-w64-mingw32`
automatically instead of 'x86_64-pc-mingw64`.
2016-06-21 03:03:24 +03:00

9 lines
253 B
Plaintext

# This file is in public domain.
# Original author: Karlson2k (Evgeny Grin)
# Written for MSys2 to help running 'configure' scripts
# Use correct config.site file even if CONFIG_SITE is not set
if test -r /etc/config.site; then
. /etc/config.site
fi