mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
* fix to build GSSpell in custom build dir
This commit is contained in:
parent
7c1af2c874
commit
94dc3a107a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ include GNUmakefile.preamble
|
|||
ifeq ($(CROSS_COMPILING),yes)
|
||||
GNUSTEP_MAKE_SERVICES=:
|
||||
else
|
||||
GNUSTEP_MAKE_SERVICES=./$(GNUSTEP_OBJ_DIR)/make_services
|
||||
GNUSTEP_MAKE_SERVICES=$(GNUSTEP_OBJ_DIR)/make_services
|
||||
endif
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/tool.make
|
||||
|
|
Loading…
Reference in a new issue