diff options
Diffstat (limited to 'libxslt/makefile.mk')
-rw-r--r-- | libxslt/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 9a7be2e53532..2e6d1780b1fe 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -56,7 +56,8 @@ PATCH_FILES=libxslt-configure.patch \ libxslt-win_manifest.patch \ libxslt-mingw.patch \ libxslt-internal-symbols.patch \ - libxslt-aix.patch + libxslt-aix.patch \ + libxslt-vc10.patch # This is only for UNX environment now .IF "$(OS)"=="WNT" |