SPEC-6510 Illegal instruction in asset_mac.sh on clean asset builds (#349)

This commit is contained in:
Esteban Papp
2021-04-27 11:38:10 -07:00
committed by GitHub
parent a00d47365e
commit 71c315b2b7
2 changed files with 1 additions and 2 deletions
@@ -41,7 +41,6 @@ namespace AZ
BuilderComponent::~BuilderComponent()
{
AZ::Component::~Component();
AZ::Interface<AzFramework::AtomActiveInterface>::Unregister(this);
}
+1 -1
View File
@@ -29,4 +29,4 @@ do
${ASSET_PROCESSOR_BINARY} $ASSET_PROCESSOR_OPTIONS --project-path=$project --platforms=$ASSET_PROCESSOR_PLATFORMS
done
popd
popd