gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Mark legacy API with OBJC_PUBLIC #257

Closed qmfrederik closed 6 months ago

qmfrederik commented 6 months ago

Fixes linker errors on MINGW when using the legacy API (-fobjc-runtime=gnustep-1.7 or -fobjc-runtime=gcc)

davidchisnall commented 6 months ago

[ Updating the branch to pick up fixes to the CI scripts. ]