Merge commit 'afdff8008149515afebf9992eae84be7d76e6b1e'
* commit 'afdff8008149515afebf9992eae84be7d76e6b1e': configure: Clearly state that MSYS native builds are discouraged Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
bbfdeec020
3
configure
vendored
3
configure
vendored
@ -4418,6 +4418,9 @@ case $target_os in
|
||||
enabled_any pic shared x86_64 ||
|
||||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
|
||||
;;
|
||||
msys*)
|
||||
die "Native MSYS builds are discouraged, please use the MINGW environment.";
|
||||
;;
|
||||
mingw32*|mingw64*)
|
||||
if test $target_os = "mingw32ce"; then
|
||||
disable network
|
||||
|
Loading…
x
Reference in New Issue
Block a user