summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-09-21 21:52:01 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-09-21 21:52:01 +0000
commit2f1fed4b9f4fb21ba59430793693aee6a5cd8bf6 (patch)
tree139b22ba14f9df81c396de1d2cd14aa0e46bf707 /Jamrules.jam
parentda54ffd8a3c965e913620b0907ed6f4e4e552ce0 (diff)
Fix Jamrules.jam for Windows Kits 8.1
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1013 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r--Jamrules.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules.jam b/Jamrules.jam
index dadf37a..653b07a 100644
--- a/Jamrules.jam
+++ b/Jamrules.jam
@@ -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)\"" ;
}
}