diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-31 08:31:12 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-31 08:31:12 +0000 |
commit | 04d4a6d9c2ab08246813da0ede46ba132f2c73ed (patch) | |
tree | ada76610f40ab26c2f8dffb959c356a0b53502e5 | |
parent | 3bf16e10b40b992c10d5ed965830b483357df63f (diff) |
tests: Minor build fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@199 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | Jamrules.jam | 2 |
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
|