]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tokyo/alien/tcutil/tcutil.factor
tokyo.alien: Add full paths to libraries on osx
[factor.git] / extra / tokyo / alien / tcutil / tcutil.factor
index ae6f6ed9639d443f99f3f6c6bb5761702e27026e..910f14e67d4aa971918323a38842e4246146660d 100644 (file)
@@ -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 >>