Skip to content

Commit

Permalink
Merge lastest upstream/main
Browse files Browse the repository at this point in the history
Signed-off-by: AMZN-Gene <[email protected]>
  • Loading branch information
AMZN-Gene committed Nov 30, 2023
2 parents 757df11 + 7901137 commit 30cfbab
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-system/AWSNativeSDK/FindAWSNativeSDK.cmake.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ ly_declare_aws_library(
aws-cpp-sdk-lambda
)

#### MobileAnalytics ####
# MobileAnalytics library no longer exists and should be replaced with AWS PinPoint or other equivalent API

#### Queues ####
ly_declare_aws_library(
NAME
Expand Down
3 changes: 3 additions & 0 deletions package-system/AWSNativeSDK/FindAWSNativeSDK.cmake.Mac
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ ly_declare_aws_library(
aws-cpp-sdk-lambda
)

#### MobileAnalytics ####
# MobileAnalytics library no longer exists and should be replaced with AWS PinPoint or other equivalent API

#### Queues ####
ly_declare_aws_library(
NAME
Expand Down
3 changes: 3 additions & 0 deletions package-system/AWSNativeSDK/FindAWSNativeSDK.cmake.Windows
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ ly_declare_aws_library(
aws-cpp-sdk-lambda
)

#### MobileAnalytics ####
# MobileAnalytics library no longer exists and should be replaced with AWS PinPoint or other equivalent API

#### Queues ####
ly_declare_aws_library(
NAME
Expand Down
3 changes: 3 additions & 0 deletions package-system/AWSNativeSDK/FindAWSNativeSDK.cmake.iOS
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ ly_declare_aws_library(
aws-cpp-sdk-lambda
)

#### MobileAnalytics ####
# MobileAnalytics library no longer exists and should be replaced with AWS PinPoint or other equivalent API

#### Queues ####
ly_declare_aws_library(
NAME
Expand Down
2 changes: 1 addition & 1 deletion package-system/AWSNativeSDK/docker_build_aws_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ configure_and_build() {
-DCURL_INCLUDE_DIR=${CURL_INSTALL}/include \
-DCURL_LIBRARY=${dep_curl_lib} \
-Dcrypto_INCLUDE_DIR=${DEPENDENT_OPENSSL_BASE}/include \
-Dcrypto_LIBRARY=$DEPENDENT_OPENSSL_BASE/lib/libcrypto.a \
-Dcrypto_LIBRARY=${DEPENDENT_OPENSSL_BASE}/lib/libcrypto.a \
-DOPENSSL_CRYPTO_LIBRARY=${DEPENDENT_OPENSSL_BASE}/lib/libssl.a \
-DOPENSSL_INCLUDE_DIR=${DEPENDENT_OPENSSL_BASE}/include \
-DZLIB_LIBRARY=${DEPENDENT_ZLIB_BASE}/lib/libz.a \
Expand Down

0 comments on commit 30cfbab

Please sign in to comment.