Commit f01ad163 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Simplify static modules

parent 53157927
......@@ -69,7 +69,7 @@ static void module_StoreBank (module_t *module)
modules.head = module;
}
#if defined(__ELF__) || (defined(__APPLE__) && !HAVE_DYNAMIC_PLUGINS)
#if defined(__ELF__) || !HAVE_DYNAMIC_PLUGINS
# ifdef __GNUC__
__attribute__((weak))
# else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment