mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Updated checks for OBJC_RUNTIME_LIB
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33ca1f0547
commit
2583129d2f
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ GSLocale.m \
|
||||||
preface.m \
|
preface.m \
|
||||||
mframe.m
|
mframe.m
|
||||||
|
|
||||||
ifeq ($(OBJC_RUNTIME), NeXT)
|
ifneq ($(OBJC_RUNTIME_LIB), gnu)
|
||||||
GNU_MFILES += objc-gnu2next.m
|
GNU_MFILES += objc-gnu2next.m
|
||||||
ifeq ($(HAVE_PTHREAD_H), yes)
|
ifeq ($(HAVE_PTHREAD_H), yes)
|
||||||
GNU_MFILES += thr-pthread.m
|
GNU_MFILES += thr-pthread.m
|
||||||
|
@ -129,7 +129,7 @@ numbers.h \
|
||||||
objc-gnu2next.h \
|
objc-gnu2next.h \
|
||||||
preface.h
|
preface.h
|
||||||
|
|
||||||
ifeq ($(OBJC_RUNTIME), NeXT)
|
ifneq ($(OBJC_RUNTIME_LIB), gnu)
|
||||||
GNU_HEADERS += thr-mach.h
|
GNU_HEADERS += thr-mach.h
|
||||||
endif
|
endif
|
||||||
# GNUStep source files
|
# GNUStep source files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue