deploy openal and alut libraries except on OS X
parent
b208c30fd3
commit
2f17248094
|
@ -24,6 +24,8 @@ IN: openal
|
||||||
{ [ os unix? ] [ "libopenal.so" ] }
|
{ [ os unix? ] [ "libopenal.so" ] }
|
||||||
} cond "cdecl" add-library >>
|
} cond "cdecl" add-library >>
|
||||||
|
|
||||||
|
<< os macosx? [ "openal" deploy-library "alut" deploy-library ] unless >>
|
||||||
|
|
||||||
LIBRARY: openal
|
LIBRARY: openal
|
||||||
|
|
||||||
TYPEDEF: char ALboolean
|
TYPEDEF: char ALboolean
|
||||||
|
|
Loading…
Reference in New Issue