mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check
This commit is contained in:
parent
87dcee6ac2
commit
09a6910dc7
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
|
||||||
{
|
{
|
||||||
const char *ends[] = {
|
const char *ends[] = {
|
||||||
"bin\\Release",
|
"bin\\Release",
|
||||||
|
"bin\\MinSizeRel",
|
||||||
|
"bin\\RelWithDebInfo",
|
||||||
"bin\\Debug",
|
"bin\\Debug",
|
||||||
"bin\\Build",
|
"bin\\Build",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue