generate opensslconf.h for mips

This commit is contained in:
Brent Cook
2023-03-23 06:35:41 -05:00
parent dc7d38d52f
commit 6501696dd7
4 changed files with 7 additions and 1 deletions

View File

@@ -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