Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check
  • Loading branch information
gregorycu authored and nerzhul committed Jan 3, 2016
1 parent 87dcee6 commit 09a6910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/porting.cpp
Expand Up @@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path)
{
const char *ends[] = {
"bin\\Release",
"bin\\MinSizeRel",
"bin\\RelWithDebInfo",
"bin\\Debug",
"bin\\Build",
NULL
Expand Down

0 comments on commit 09a6910

Please sign in to comment.