mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-17 06:29:37 -05:00
Fixed MSYS2 compile (use correct bracket in pro file)
This commit is contained in:
parent
b8158a47dc
commit
81cd2e9158
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ win32 {
|
||||||
MINGW_PREFIX = "C:\msys64\mingw32"
|
MINGW_PREFIX = "C:\msys64\mingw32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PREFIX_MSYS2 = $${MINGW_PREFIX}
|
PREFIX_MSYS2 = $$(MINGW_PREFIX)
|
||||||
!isEmpty(PREFIX_MSYS2) {
|
!isEmpty(PREFIX_MSYS2) {
|
||||||
message(msys2 is installed.)
|
message(msys2 is installed.)
|
||||||
BIN_DIR += "$${PREFIX_MSYS2}/bin"
|
BIN_DIR += "$${PREFIX_MSYS2}/bin"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue