tests: Minor build fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@199 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
3bf16e10b4
commit
04d4a6d9c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue