From 6501696dd7669b3d20d69beffc508c46f0a807da Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 23 Mar 2023 06:35:41 -0500 Subject: generate opensslconf.h for mips --- include/openssl/Makefile.am.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/openssl') diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl index 2f67d10..303d0b9 100644 --- a/include/openssl/Makefile.am.tpl +++ b/include/openssl/Makefile.am.tpl @@ -17,6 +17,9 @@ endif if HOST_I386 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h endif +if HOST_MIPS + -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h +endif if HOST_MIPS64 -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h endif -- cgit v1.2.3-55-g6feb