GCC Support for Linux
Updates and fixes to support GCC for Linux Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ namespace AZ
|
||||
public:
|
||||
virtual SystemInformation GetSystemInformation() override
|
||||
{
|
||||
SystemInformation result;
|
||||
SystemInformation result {0, 0};
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ set(LY_BUILD_DEPENDENCIES
|
||||
PRIVATE
|
||||
pthread
|
||||
3rdParty::unwind
|
||||
dl
|
||||
atomic
|
||||
PUBLIC
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user