X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2Fmake.sh;h=843aa4793ee8cf7d51e2c2939b94391786f953af;hp=6b353743f37f4cb19cc26dad0b23dee855055ae8;hb=162003a620fcbfabab5313887d0722f6168efd8c;hpb=6b34e2293a52b03e8611c85e4e53a0ab5c8a3c1a diff --git a/uffi/make.sh b/uffi/make.sh index 6b35374..843aa47 100644 --- a/uffi/make.sh +++ b/uffi/make.sh @@ -2,6 +2,7 @@ case "`uname`" in Linux) os_linux=1 ;; + GNU) os_linux=1 ;; FreeBSD) os_freebsd=1 ;; GNU/kFreeBSD) os_gnukfreebsd=1;; Darwin) os_darwin=1 ;;