Add linux equivalents for all the places that enumerate platforms (#3325)
* Add linux equivalents for all the places that enumerate platforms Signed-off-by: Chris Burel <burelc@amazon.com> * Fix the AssetFileInfoListComparisonTest fixture to not hardcode the PC platform Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -312,8 +312,7 @@ namespace AzToolsFramework
|
||||
#elif defined(AZ_PLATFORM_WINDOWS)
|
||||
return "pc";
|
||||
#elif defined(AZ_PLATFORM_LINUX)
|
||||
// set this to pc because that's what bootstrap.cfg currently defines the platform to "pc", even on Linux
|
||||
return "pc";
|
||||
return "linux";
|
||||
#else
|
||||
#error Unimplemented Host Asset Platform
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user