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`.
9 lines
253 B
Plaintext
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
|