mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
13 lines
401 B
Diff
13 lines
401 B
Diff
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'
|
|
;;
|