diff --git a/Jamrules.jam b/Jamrules.jam index ed9c32c..f72de45 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -152,7 +152,7 @@ else if ( $(toolset:I=^dmc) ) actions ObjectAction { - "%$(toolset)_PATH%\bin\dmc.exe" -c -f -wx $(>) -o$(<) $(CCFLAGS) + "%$(toolset)_PATH%\bin\dmc.exe" -c -f -I%$(toolset)_PATH%\stlport\stlport -wx $(>) -o$(<) $(CCFLAGS) } actions LibraryAction