File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1351,7 +1351,7 @@ build_aws_sdk() {
13511351 " ${CMAKE_CMD} " -G " ${GENERATOR} " -B" ${BUILD_DIR} " -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=" ${TP_INSTALL_DIR} " \
13521352 -DCMAKE_PREFIX_PATH=" ${TP_INSTALL_DIR} " -DBUILD_SHARED_LIBS=OFF -DENABLE_TESTING=OFF \
13531353 -DCURL_LIBRARY_RELEASE=" ${TP_INSTALL_DIR} /lib/libcurl.a" -DZLIB_LIBRARY_RELEASE=" ${TP_INSTALL_DIR} /lib/libz.a" \
1354- -DBUILD_ONLY=" core;s3;s3-crt;transfer" \
1354+ -DBUILD_ONLY=" core;s3;s3-crt;transfer;identity-management;sts " \
13551355 -DCMAKE_CXX_FLAGS=" -Wno-nonnull -Wno-deprecated-declarations ${warning_dangling_reference} " -DCPP_STANDARD=17
13561356
13571357 cd " ${BUILD_DIR} "
@@ -1374,6 +1374,8 @@ build_aws_sdk() {
13741374 strip_lib libaws-cpp-sdk-transfer.a
13751375 strip_lib libaws-checksums.a
13761376 strip_lib libaws-c-compression.a
1377+ strip_lib libaws-cpp-sdk-identity-management.a
1378+ strip_lib libaws-cpp-sdk-sts.a
13771379}
13781380
13791381# lzma
You can’t perform that action at this time.
0 commit comments