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:
@@ -113,7 +113,7 @@
|
||||
"CMAKE_TARGET": "AssetProcessorBatch",
|
||||
"ASSET_PROCESSOR_BINARY": "bin/profile/AssetProcessorBatch",
|
||||
"ASSET_PROCESSOR_OPTIONS": "/zeroAnalysisMode",
|
||||
"ASSET_PROCESSOR_PLATFORMS": "pc,server"
|
||||
"ASSET_PROCESSOR_PLATFORMS": "linux,server"
|
||||
}
|
||||
},
|
||||
"asset_profile_nounity": {
|
||||
@@ -127,7 +127,7 @@
|
||||
"CMAKE_TARGET": "AssetProcessorBatch",
|
||||
"ASSET_PROCESSOR_BINARY": "bin/profile/AssetProcessorBatch",
|
||||
"ASSET_PROCESSOR_OPTIONS": "/zeroAnalysisMode",
|
||||
"ASSET_PROCESSOR_PLATFORMS": "pc,server"
|
||||
"ASSET_PROCESSOR_PLATFORMS": "linux,server"
|
||||
}
|
||||
},
|
||||
"periodic_test_profile": {
|
||||
|
||||
Reference in New Issue
Block a user