mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check
This commit is contained in:
parent
87dcee6ac2
commit
09a6910dc7
@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
|
||||
{
|
||||
const char *ends[] = {
|
||||
"bin\\Release",
|
||||
"bin\\MinSizeRel",
|
||||
"bin\\RelWithDebInfo",
|
||||
"bin\\Debug",
|
||||
"bin\\Build",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user