mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 22:22:21 +00:00
tweak for OSX build
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29908 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31dcbb6a0b
commit
e2584a1ede
3 changed files with 12 additions and 4 deletions
|
@ -6,6 +6,14 @@
|
|||
|
||||
#import "config.h"
|
||||
|
||||
/* If this is included in a file in the Additions subdirectory, and we are
|
||||
* building for use with the NeXT/Apple Foundation, then we need to import
|
||||
* the native headers in preference to any of our own.
|
||||
*/
|
||||
#if defined(NeXT_Foundation_LIBRARY)
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
/* GNUstepBase/GSConfig.h includes <GNUstepBase/preface.h> so
|
||||
* we import local versions first.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue