mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-10 06:15:50 -05:00
Fix windows build if MINGW_PREFIX is defined
This commit is contained in:
parent
8a901e658c
commit
3c678f2a28
1 changed files with 4 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue