diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 96658230f7..6e8ba37e3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |