openal: don't bundle openal library on any unix platform

db4
Joe Groff 2011-03-15 11:11:32 -07:00
parent cefb541c33
commit a30100109c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ IN: openal
{ [ os unix? ] [ "libopenal.so" ] }
} cond cdecl add-library >>
<< os macosx? [ "openal" deploy-library ] unless >>
<< os unix? [ "openal" deploy-library ] unless >>
LIBRARY: openal