From 4d4e2adbeb79c429d330cbe5f0dd4ea3ba7a16e9 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 6 Aug 2020 11:10:48 +0000 Subject: [PATCH] Core: SOLARIS fixes git-svn-id: svn://ultimatepp.org/upp/trunk@14758 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Core.upp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Core.upp b/uppsrc/Core/Core.upp index 79d50a7aa..9b3dfa472 100644 --- a/uppsrc/Core/Core.upp +++ b/uppsrc/Core/Core.upp @@ -9,7 +9,7 @@ library(LINUX !ANDROID) "pthread dl rt"; library(BSD !OSX !OPENBSD) "pthread rt execinfo"; -library(SOLARIS) "posix4 dl socket"; +library(SOLARIS) "posix4 dl socket nsl"; library(!WIN32 & !NOSO) z;