try to link against dbghelp on mingw
This commit is contained in:
parent
5f3661aaa2
commit
dffe31ad7e
2
Jamfile
2
Jamfile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue