[AWS][Gems] Fix for Linux Release Monolithic Builds (#1739)
* Add missing 3rd party deps to Metrics gem Signed-off-by: dhrudesh <dhrudesh@amazon.com> * Set AWSNativeSDK-linux revision to 5 Signed-off-by: dhrudesh <dhrudesh@amazon.com>
This commit is contained in:
@@ -51,7 +51,7 @@ set(ENABLED_GEMS
|
||||
)
|
||||
|
||||
# TODO remove conditional add once AWSNativeSDK libs are fixed for Android and Linux Monolithic release.
|
||||
set(aws_excluded_platforms Linux Android)
|
||||
set(aws_excluded_platforms Android)
|
||||
if (NOT (LY_MONOLITHIC_GAME AND ${PAL_PLATFORM_NAME} IN_LIST aws_excluded_platforms))
|
||||
list(APPEND ENABLED_GEMS
|
||||
AWSCore
|
||||
|
||||
Reference in New Issue
Block a user