From 09a6910dc78af7e403e3d68bed61199ecb5e0377 Mon Sep 17 00:00:00 2001
From: gregorycu <gregory.currie@gmail.com>
Date: Sun, 3 Jan 2016 18:30:39 +1100
Subject: [PATCH] Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check

---
 src/porting.cpp | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
GitLab