Code cleanup
This commit is contained in:
parent
373af903a8
commit
0a9c9c687d
@ -1151,7 +1151,7 @@ static int _target_library(Configure * configure, FILE * fp,
|
|||||||
fprintf(fp, "%s%s", " -Wl,-soname,", soname);
|
fprintf(fp, "%s%s", " -Wl,-soname,", soname);
|
||||||
else if((p = config_get(configure->config, target, "install")) != NULL)
|
else if((p = config_get(configure->config, target, "install")) != NULL)
|
||||||
fprintf(fp, "%s%s%s%s%s", " -install_name ", p, "/", target,
|
fprintf(fp, "%s%s%s%s%s", " -install_name ", p, "/", target,
|
||||||
configure_get_soext(configure));
|
soext);
|
||||||
fprintf(fp, "%s%s%s%s%s", " $(", target, "_OBJS) $(", target,
|
fprintf(fp, "%s%s%s%s%s", " $(", target, "_OBJS) $(", target,
|
||||||
"_LDFLAGS)");
|
"_LDFLAGS)");
|
||||||
if(q != NULL)
|
if(q != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user