summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/porting.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index 223299892..fd1915b0d 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
{
const char *ends[] = {
"bin\\Release",
+ "bin\\MinSizeRel",
+ "bin\\RelWithDebInfo",
"bin\\Debug",
"bin\\Build",
NULL