Merge branch 'master' of git://github.com/slavapestov/factor

db4
John Benediktsson 2011-03-16 23:44:47 -07:00
commit abce7ef5de
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