Commit f3899ba6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src: enable Android's static module bank for iOS as well

parent edc42895
......@@ -69,7 +69,7 @@ static void module_StoreBank (module_t *module)
modules.head = module;
}
#ifdef __ELF__
#if defined(__ELF__) || defined(__APPLE__)
# 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