diff options
author | Jonas Kunze <kunze.jonas@gmail.com> | 2016-01-15 18:48:57 +0100 |
---|---|---|
committer | Jonas Kunze <kunze.jonas@gmail.com> | 2016-01-15 18:48:57 +0100 |
commit | 5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c (patch) | |
tree | 6bba476b9e65c5a94e1e5e81cce4030b14c854b2 /makefile | |
parent | 83880dbed77f9a0a3627bce2e7bfbe1b862e091d (diff) | |
download | luasocket-5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c.tar.gz luasocket-5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c.tar.bz2 luasocket-5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c.zip |
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
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | # print print the build settings | 10 | # print print the build settings |
11 | 11 | ||
12 | PLAT?= linux | 12 | PLAT?= linux |
13 | PLATS= macosx linux win32 mingw freebsd | 13 | PLATS= macosx linux win32 mingw freebsd solaris |
14 | 14 | ||
15 | all: $(PLAT) | 15 | all: $(PLAT) |
16 | 16 | ||