mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
(i.e. nickhutchinson/libdispatch), use these to drain the main queue using the main run loop. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39617 72102866-910b-0410-8b05-ffd578937521
4 lines
108 B
Text
4 lines
108 B
Text
include ../../../config.mak
|
|
ifeq ($(GNUSTEP_BASE_HAVE_LIBDISPATCH),1)
|
|
dispatch_TOOL_LIBS = -ldispatch
|
|
endif
|