From 0f0b7c553caa2bda15ddc51afc4409cddd129458 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 27 Jul 2022 08:33:27 -0700 Subject: [PATCH] Keep .i files needed for fast math. Use test_paths.h from .in to remove user path info. --- scripts/makedistsmall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/makedistsmall.sh b/scripts/makedistsmall.sh index 52377b731..46a462791 100755 --- a/scripts/makedistsmall.sh +++ b/scripts/makedistsmall.sh @@ -77,7 +77,7 @@ find . -name "*.sln" -delete #rm -rf ./wolfssl/openssl # wolfCrypt -rm -f ./wolfcrypt/src/*.i +#rm -f ./wolfcrypt/src/*.i #rm -f ./wolfcrypt/src/*.S #rm -f ./wolfcrypt/src/*.asm #rm -f ./wolfcrypt/src/arc4.c @@ -122,6 +122,7 @@ rm -rf ./wolfssl/wolfcrypt/port # Setup blank options.h cp ./wolfssl/options.h.in ./wolfssl/options.h || exit $? +cp ./wolfcrypt/test/test_paths.h.in ./wolfcrypt/test/test_paths.h || exit $? popd >/dev/null || exit $?