From 5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c Mon Sep 17 00:00:00 2001 From: Jonas Kunze Date: Fri, 15 Jan 2016 18:48:57 +0100 Subject: Added solaris platform To compile on solaris some libs had to be linked. So far I was only able to test it on OmniOS r151006 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index e34f5a9..cc15b4e 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ # print print the build settings PLAT?= linux -PLATS= macosx linux win32 mingw freebsd +PLATS= macosx linux win32 mingw freebsd solaris all: $(PLAT) -- cgit v1.2.3-55-g6feb