mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Windows linker doesn't really support WEAK symbols, not even with gcc10. binutils 2.3.5 fails to link because not all symbols were exported
This commit is contained in:
parent
26eabb996c
commit
18dfe7b8f6
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
|
||||
/* platforms which do not support weak */
|
||||
#if (__GNUC__ == 3) && defined (__WIN32)
|
||||
#if defined (__WIN32)
|
||||
#define WEAK_ATTRIBUTE
|
||||
#undef SUPPORT_WEAK
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue