deploy openal and alut libraries except on OS X

db4
Joe Groff 2010-02-16 13:42:01 -08:00
parent b208c30fd3
commit 2f17248094
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ IN: openal
{ [ os unix? ] [ "libopenal.so" ] }
} cond "cdecl" add-library >>
<< os macosx? [ "openal" deploy-library "alut" deploy-library ] unless >>
LIBRARY: openal
TYPEDEF: char ALboolean