mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix windows build if MINGW_PREFIX is defined
This commit is contained in:
parent
8a901e658c
commit
3c678f2a28
@ -400,13 +400,11 @@ win32-g++ {
|
||||
PREFIX_MSYS2=$${TEMPTATIVE_MSYS2}
|
||||
}
|
||||
|
||||
!isEmpty(PREFIX_MSYS2) {
|
||||
message(Found MSYS2: $${PREFIX_MSYS2})
|
||||
!isEmpty(PREFIX_MSYS2):message(Found MSYS2: $${PREFIX_MSYS2})
|
||||
}
|
||||
|
||||
isEmpty(PREFIX) {
|
||||
PREFIX = $$system_path($${PREFIX_MSYS2})
|
||||
}
|
||||
}
|
||||
isEmpty(PREFIX):!isEmpty(PREFIX_MSYS2) {
|
||||
PREFIX = $$system_path($${PREFIX_MSYS2})
|
||||
}
|
||||
|
||||
isEmpty(PREFIX) {
|
||||
|
Loading…
Reference in New Issue
Block a user