Fix Jamrules.jam for Windows Kits 8.1
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1013 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
da54ffd8a3
commit
2f1fed4b9f
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ else if ( $(toolset:I=^msvc) )
|
|||
}
|
||||
else
|
||||
{
|
||||
LDFLAGS += "/LIBPATH:\"%WINKITS_PATH%\\lib\\win8\\um$(kits_postfix)\"" ;
|
||||
LDFLAGS += "/LIBPATH:\"%WINKITS_PATH%\\lib\\winv6.3\\um$(kits_postfix)\"" ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue