@@ -192,6 +192,11 @@ int require(char* lib, char* vers)
fclose(depfile);
}
if(stat(libname,&filestat)==ERROR)
{
/* no library, dep file was an alias */
return0;
}
/* load library */
printf("Loading %s\n",libname);
fd=open(libname,O_RDONLY,0);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.