Skip to content
Snippets Groups Projects
Commit d8f9a5da authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Export RANLIB so it's available in combine_libs script

Fixes 40172; bugfix on 0.4.5.1-alpha
parent bc6c37b2
No related branches found
No related tags found
1 merge request!200Export RANLIB so it's available in combine_libs script
......@@ -143,6 +143,7 @@ TOR_INTERNAL_LIBS = \
libtor.a: $(TOR_INTERNAL_LIBS)
$(AM_V_AR) export AR="$(AR)"; \
export ARFLAGS="$(ARFLAGS)"; \
export RANLIB="$(RANLIB)"; \
$(top_srcdir)/scripts/build/combine_libs libtor.a $(TOR_INTERNAL_LIBS)
MOSTLYCLEANFILES += libtor.a
......
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