blob: e1edc66ff299aba407e9337dce73abd7288c42f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/configure.ac b/configure.ac
index f4d9e90..1012718 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,6 +351,7 @@ if test "x$ABI" != xstandard ; then
if test "$libdir" = '${exec_prefix}/lib' ; then
# Try setting a better default
case "$host_cpu:$host_os:$ABI" in
+ *) ;; # $libdir is okay for vcpkg
*:solaris*:32|*:sunos*:32)
libdir='${exec_prefix}/lib'
;;
|