summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jamrules.jam2
1 files changed, 1 insertions, 1 deletions
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