1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check

This commit is contained in:
gregorycu 2016-01-03 18:30:39 +11:00 committed by Loic Blot
parent 87dcee6ac2
commit 09a6910dc7

View File

@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
{
const char *ends[] = {
"bin\\Release",
"bin\\MinSizeRel",
"bin\\RelWithDebInfo",
"bin\\Debug",
"bin\\Build",
NULL