From 3c18899ecbae5037ff42cbebd388ae03bda9d7ff Mon Sep 17 00:00:00 2001 From: Georg Sauthoff Date: Fri, 26 Aug 2016 23:43:56 +0200 Subject: [PATCH] use 32/64 bit agnostic hint on solaris --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 054e821..98bf32f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ configure_file(config.h.in config.h) if(CMAKE_SYSTEM_NAME STREQUAL "SunOS") find_library(NSL_LIB NAMES nsl) - # prefer the OpenCSW libintl over the one from /usr/lib/64 - find_library(INTL_LIB NAMES intl HINTS /opt/csw/lib/64) + # prefer the OpenCSW libintl over the one from /usr/lib + find_library(INTL_LIB NAMES intl HINTS /opt/csw/lib) endif() add_library(mksh STATIC