build from multiple objects: fix other targets

This commit is contained in:
grischka
2009-12-20 20:33:41 +01:00
parent b54862406e
commit 0de95730ad
7 changed files with 36 additions and 13 deletions

View File

@ -562,12 +562,12 @@ void *dlopen(const char *filename, int flag)
void dlclose(void *p)
{
}
/*
const char *dlerror(void)
{
return "error";
}
*/
typedef struct TCCSyms {
char *str;
void *ptr;