]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tokyo/alien/tcutil/tcutil.factor
Merge branch 'master' of git://github.com/erikcharlebois/factor
[factor.git] / extra / tokyo / alien / tcutil / tcutil.factor
index 14ddbe99d1aea96fec86e1c8bc9070086e0b4a90..e5db5328cbcea273498d0781250ba7f559821409 100644 (file)
@@ -8,7 +8,7 @@ IN: tokyo.alien.tcutil
     { [ os macosx? ] [ "/opt/local/lib/libtokyocabinet.dylib" ] }
     { [ os unix? ] [ "libtokyocabinet.so" ] }
     { [ os windows? ] [ "tokyocabinet.dll" ] }
-} cond "cdecl" add-library >>
+} cond cdecl add-library >>
 
 LIBRARY: tokyocabinet