mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
5 lines
108 B
Text
5 lines
108 B
Text
|
include ../../../config.mak
|
||
|
ifeq ($(GNUSTEP_BASE_HAVE_LIBDISPATCH),1)
|
||
|
dispatch_TOOL_LIBS = -ldispatch
|
||
|
endif
|