mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix configure issue on osx
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40390 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3caba204b
commit
80547ce977
2 changed files with 2 additions and 64 deletions
|
@ -31,14 +31,14 @@
|
|||
@end
|
||||
#endif
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
|
||||
#if HAVE_OBJC_ROOT_CLASS_ATTRIBUTE
|
||||
#define GS_OBJC_ROOT_CLASS __attribute__((objc_root_class))
|
||||
#else
|
||||
#define GS_OBJC_ROOT_CLASS
|
||||
#endif
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
|
||||
/* Provide dummy implementations for NSObject and NSConstantString
|
||||
* for libobjc2 which needs them.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue