tokyo.alien: Add full paths to libraries on osx
parent
cb300e3a84
commit
56bd085962
|
@ -6,8 +6,8 @@ tokyo.alien.tctdb ;
|
|||
IN: tokyo.alien.tcrdb
|
||||
|
||||
<< "tokyotyrant" {
|
||||
{ [ os macosx? ] [ "libtokyotyrant.3.dylib" ] }
|
||||
{ [ os unix? ] [ "libtokyotyrant.3.so" ] }
|
||||
{ [ os macosx? ] [ "/opt/local/lib/libtokyotyrant.dylib" ] }
|
||||
{ [ os unix? ] [ "libtokyotyrant.so" ] }
|
||||
{ [ os windows? ] [ "tokyotyrant.dll" ] }
|
||||
} cond "cdecl" add-library >>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ combinators kernel system ;
|
|||
IN: tokyo.alien.tcutil
|
||||
|
||||
<< "tokyocabinet" {
|
||||
{ [ os macosx? ] [ "libtokyocabinet.dylib" ] }
|
||||
{ [ os macosx? ] [ "/opt/local/lib/libtokyocabinet.dylib" ] }
|
||||
{ [ os unix? ] [ "libtokyocabinet.so" ] }
|
||||
{ [ os windows? ] [ "tokyocabinet.dll" ] }
|
||||
} cond "cdecl" add-library >>
|
||||
|
|
Loading…
Reference in New Issue