mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check
This commit is contained in:
@@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
|
||||
{
|
||||
const char *ends[] = {
|
||||
"bin\\Release",
|
||||
"bin\\MinSizeRel",
|
||||
"bin\\RelWithDebInfo",
|
||||
"bin\\Debug",
|
||||
"bin\\Build",
|
||||
NULL
|
||||
|
Reference in New Issue
Block a user