Skip to content

Commit 27a1015

Browse files
authored
Update for s2n-bignum-imported (#794)
1 parent e794f85 commit 27a1015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/collect_build_src.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function cleanup_source_files() {
131131
#FILE=$(realpath "${FILE}")
132132
echo "${FILE}" | \
133133
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/" | \
134+
sed -e "s/.*\/out\/build\/aws-lc\/crypto\/fipsmodule\/\(.*\.S\)\.S$/third_party\/s2n-bignum\/s2n-bignum-imported\/${S2N_BN_DIR}\/\1/" | \
135135
sed -e "s/.*\/out\/build\/aws-lc\//generated-src\/${GS_DIR}\//" | \
136136
sed -e 's/\(.*\)\/[^\/]*\/crypto\/err_data\.c/\1\/err_data.c/'
137137
fi

0 commit comments

Comments
 (0)