use .a instead of .so on unix

db4
sheeple 2009-03-27 10:41:24 -05:00
parent 6752704e77
commit e04efe5f5a
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