Mercurial > hg > octave-nkf
diff scripts/pkg/pkg.m @ 7329:bf3fb3477d2a
[project @ 2007-12-20 16:55:26 by jwe]
author | jwe |
---|---|
date | Thu, 20 Dec 2007 16:55:26 +0000 |
parents | a730e47fda4d |
children | bb7cc90cdc5e |
line wrap: on
line diff
--- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -2083,7 +2083,7 @@ endfunction function dep = is_architecture_dependent (nm) - persistent archdepsuffix = {".oct",".mex",".a",".so",".so.*",".dll","dylib"}; + persistent archdepsuffix = {".oct",".mex",".a",".lib",".so",".so.*",".dll","dylib"}; dep = false; for i = 1 : length (archdepsuffix)