update gitignore

This commit is contained in:
van Hauser
2020-08-31 18:32:01 +02:00
parent bea76b346c
commit e4de4e3500
5 changed files with 9 additions and 7 deletions

View File

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