Fix LD_LIBRARY_PATH in Documentation GNUmakefile (#321)

This commit is contained in:
Hugo Melder 2023-09-11 20:57:41 +02:00 committed by GitHub
parent b0e2150092
commit a2d5479882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ ReleaseNotes.gsdoc
ReleaseNotes_AGSDOC_FLAGS = -DTDs ../Tools
# Use local version of autogsdoc in case it is not installed
LD_LIBRARY_PATH := $(dir $(CURDIR))/Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH)
LD_LIBRARY_PATH := $(dir $(CURDIR))/../Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH)
AUTOGSDOC=../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc
BASE_MAKE_LOADED=yes