Solaris/Illumos build fix. (#609)

This commit is contained in:
David CARLIER
2020-11-18 18:13:03 +00:00
committed by GitHub
parent 211a6eb411
commit b260204b72
3 changed files with 3 additions and 2 deletions

View File

@ -837,7 +837,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
}
#ifndef __APPLE__
#if !defined(__APPLE__) && !defined(__sun)
if (!shared_linking)
cc_params[cc_par_cnt++] =
alloc_printf("-Wl,--dynamic-list=%s/dynamic_list.txt", obj_path);