Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-27 10:50:50 -05:00
commit f1e3197952
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ IN: compiler.tests
{
{ [ os winnt? ] [ "libfactor-ffi-test.dll" ] }
{ [ os macosx? ] [ "libfactor-ffi-test.dylib" ] }
{ [ os unix? ] [ "libfactor-ffi-test.so" ] }
{ [ os unix? ] [ "libfactor-ffi-test.a" ] }
} cond append-path ;
"f-cdecl" libfactor-ffi-tests-path "cdecl" add-library