1
0
Fork 0
forked from len0rd/rockbox

Patch by Wincent Balin of PDa plugin: update readme and disable shared libraries

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2009-05-23 06:26:31 +00:00
parent 655ae81cf8
commit 9be554cb6a
2 changed files with 12 additions and 4 deletions

View file

@ -48,7 +48,7 @@ void class_set_extern_dir(t_symbol *s);
#ifdef STATIC
int sys_load_lib(char *dirname, char *classname)
{ return 1;}
{ return 0;}
#else
int sys_load_lib(char *dirname, char *classname)
{