[PATCH 1/2] Link XCode framework with all needed libraries
Yavor Doganov <[email protected]> Sun, 31 May 2026 05:49:52 +0300
| Newsgroups | gmane.comp.lib.gnustep.bugs |
|---|---|
| Message-ID | <[email protected]> |
--- XCode/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XCode/GNUmakefile b/XCode/GNUmakefile index 9d60193..06c1099 100644 --- a/XCode/GNUmakefile +++ b/XCode/GNUmakefile @@ -122,6 +122,8 @@ GSXCGenerator.m \ xcsystem.m \ NSObject+KeyExtraction.m \ +LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS) + # # Makefiles # -- 2.53.0