@ -442,6 +442,8 @@ int parse_args(TCCState *s, int argc, char **argv)
{
error("target %s not found",p);
}
}elseif(strstart(optarg,"-rpath=",&p)){
s->rpath=p;
}else{
error("unsupported linker option '%s'",optarg);
}
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.