This commit is contained in:
Richard Ramos
2025-07-11 13:59:30 -04:00
parent e0a9b3e8f5
commit 1a2f84799c

View File

@@ -43,9 +43,13 @@ fi
# build aws-lc
echo "TEST1"
cmake -S ./libs/aws-lc -B "$tmpdir" "${cmake_args[@]}"
mkdir -p ./libs/aws-lc/build
pushd ./libs/aws-lc/build
echo "TEST4"
cmake ../ "${cmake_args[@]}"
echo "TEST2"
cmake --build $tmpdir --target all
make
echo "TEST3"
cp "$tmpdir"/ssl/libssl.a ./build/.
cp "$tmpdir"/crypto/libcrypto.a ./build/.
popd
cp ./libs/aws-lc/build/ssl/libssl.a ./build/.
cp ./libs/aws-lc/build/crypto/libcrypto.a ./build/.