
25 Jul
2007
25 Jul
'07
12:50 p.m.
Small fix for \tools\build\v2\tools\stlport.jam : line 220 if [ $(rproperties).get <runtime-debugging> ] = "on" { usage-requirements += <define>_STLP_DEBUG=1 <define>_STLP_DEBUG_UNINITIALIZED=1 ; } -- if [ $(rproperties).get <runtime-debugging> ] = "on" ++ if [ $(rproperties).get <runtime-link> ] = "shared" { usage-requirements += <define>_STLP_USE_DYNAMIC_LIB=1 ; } The _STLP_USE_DYNAMIC_LIB should not depend on runtime-debugging setting. A guess, after peeking at builtin.jam etc, is that the --marked line should be replaced with the ++ marked line. re
6531
Age (days ago)
6531
Last active (days ago)
0 comments
1 participants
participants (1)
-
rasmus ekman