[libxslt] Change default SOPREFIX on Windows to "bin"



commit 6ae7de3ac399e56f4b1f9a433597531e23c45964
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Fri Dec 2 17:29:11 2016 +0100

    Change default SOPREFIX on Windows to "bin"
    
    Under MinGW, the convention is to install DLLs under bin.
    
    Fixes bug #774090:
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774090

 win32/configure.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/configure.js b/win32/configure.js
index 7f2f854..3974591 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -424,7 +424,7 @@ if (buildIncPrefix == "")
 if (buildLibPrefix == "")
        buildLibPrefix = "$(PREFIX)" + dirSep + "lib";
 if (buildSoPrefix == "")
-       buildSoPrefix = "$(PREFIX)" + dirSep + "lib";
+       buildSoPrefix = "$(PREFIX)" + dirSep + "bin";
 
 // Discover the version.
 discoverVersion();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]