mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
Fixed MSYS2 compile (use correct bracket in pro file)
This commit is contained in:
parent
b8158a47dc
commit
81cd2e9158
@ -59,7 +59,7 @@ win32 {
|
||||
MINGW_PREFIX = "C:\msys64\mingw32"
|
||||
}
|
||||
}
|
||||
PREFIX_MSYS2 = $${MINGW_PREFIX}
|
||||
PREFIX_MSYS2 = $$(MINGW_PREFIX)
|
||||
!isEmpty(PREFIX_MSYS2) {
|
||||
message(msys2 is installed.)
|
||||
BIN_DIR += "$${PREFIX_MSYS2}/bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user