We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e794f85 commit 27a1015Copy full SHA for 27a1015
scripts/build/collect_build_src.sh
@@ -131,7 +131,7 @@ function cleanup_source_files() {
131
#FILE=$(realpath "${FILE}")
132
echo "${FILE}" | \
133
sed -e "s/.*\/aws-lc-sys\/aws-lc\///" | \
134
- sed -e "s/.*\/out\/build\/aws-lc\/crypto\/fipsmodule\/\(.*\.S\)\.S$/third_party\/s2n-bignum\/${S2N_BN_DIR}\/\1/" | \
+ sed -e "s/.*\/out\/build\/aws-lc\/crypto\/fipsmodule\/\(.*\.S\)\.S$/third_party\/s2n-bignum\/s2n-bignum-imported\/${S2N_BN_DIR}\/\1/" | \
135
sed -e "s/.*\/out\/build\/aws-lc\//generated-src\/${GS_DIR}\//" | \
136
sed -e 's/\(.*\)\/[^\/]*\/crypto\/err_data\.c/\1\/err_data.c/'
137
fi
0 commit comments