Skip to content
Snippets Groups Projects
Commit 99fe48ad authored by Niels Möller's avatar Niels Möller
Browse files

(check): Add ../.lb to PATH, like in

testsuite/Makefile. Needed for w*ndows. Reported by Eli Zaretskii.

Rev: nettle/examples/Makefile.in:1.11
parent 1b3e0686
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ $(TARGETS) : io.$(OBJEXT) ../libnettle.a
check: $(TS_ALL)
LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \
LD_LIBRARY_PATH=../.lib PATH="../.lib:$$PATH" srcdir="$(srcdir)" \
EMULATOR="$(EMULATOR)" EXEEXT="$(EXEEXT)" \
"$(srcdir)"/run-tests $(TS_ALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment