try to link against dbghelp on mingw

This commit is contained in:
arvidn 2017-10-01 20:38:52 +02:00 committed by Arvid Norberg
parent 5f3661aaa2
commit dffe31ad7e
1 changed files with 0 additions and 2 deletions

View File

@ -103,9 +103,7 @@ rule linking ( properties * )
result += <library>/libsimulator//simulator ;
}
# dbghelp doesn't appear to exist in mingw
if <target-os>windows in $(properties)
&& ! <toolset>gcc in $(properties)
&& ( <variant>debug in $(properties)
|| <asserts>on in $(properties)
|| <asserts>production in $(properties)