Merge topic 'bootstrap-msys2'
7ec32a00 bootstrap: Add support for MSYS2
This commit is contained in:
commit
f639fd8c5f
@ -90,7 +90,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Determine whether this is a MinGW environment.
|
# Determine whether this is a MinGW environment.
|
||||||
if echo "${cmake_system}" | grep MINGW >/dev/null 2>&1; then
|
if echo "${cmake_system}" | grep 'MINGW\|MSYS' >/dev/null 2>&1; then
|
||||||
cmake_system_mingw=true
|
cmake_system_mingw=true
|
||||||
else
|
else
|
||||||
cmake_system_mingw=false
|
cmake_system_mingw=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user