Skip to content

Commit

Permalink
Fix LD_LIBRARY_PATH in Documentation GNUmakefile (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored Sep 11, 2023
1 parent b0e2150 commit a2d5479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2d5479

Please sign in to comment.