deploy ogg and vorbis libraries

db4
Joe Groff 2010-02-16 14:24:04 -08:00
parent b64f694e7e
commit dcac051a4d
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ IN: ogg
{ [ os macosx? ] [ "libogg.0.dylib" ] }
{ [ os unix? ] [ "libogg.so" ] }
} cond "cdecl" add-library
"ogg" deploy-library
>>
LIBRARY: ogg

View File

@ -20,6 +20,8 @@ IN: ogg.vorbis
{ [ os macosx? ] [ "libvorbis.0.dylib" ] }
{ [ os unix? ] [ "libvorbis.so" ] }
} cond "cdecl" add-library
"vorbis" deploy-library
>>
LIBRARY: vorbis