deploy ogg and vorbis libraries
parent
b64f694e7e
commit
dcac051a4d
|
@ -19,6 +19,8 @@ IN: ogg
|
||||||
{ [ os macosx? ] [ "libogg.0.dylib" ] }
|
{ [ os macosx? ] [ "libogg.0.dylib" ] }
|
||||||
{ [ os unix? ] [ "libogg.so" ] }
|
{ [ os unix? ] [ "libogg.so" ] }
|
||||||
} cond "cdecl" add-library
|
} cond "cdecl" add-library
|
||||||
|
|
||||||
|
"ogg" deploy-library
|
||||||
>>
|
>>
|
||||||
|
|
||||||
LIBRARY: ogg
|
LIBRARY: ogg
|
||||||
|
|
|
@ -20,6 +20,8 @@ IN: ogg.vorbis
|
||||||
{ [ os macosx? ] [ "libvorbis.0.dylib" ] }
|
{ [ os macosx? ] [ "libvorbis.0.dylib" ] }
|
||||||
{ [ os unix? ] [ "libvorbis.so" ] }
|
{ [ os unix? ] [ "libvorbis.so" ] }
|
||||||
} cond "cdecl" add-library
|
} cond "cdecl" add-library
|
||||||
|
|
||||||
|
"vorbis" deploy-library
|
||||||
>>
|
>>
|
||||||
|
|
||||||
LIBRARY: vorbis
|
LIBRARY: vorbis
|
||||||
|
|
Loading…
Reference in New Issue