From 0265decdd34d2b252d1c8f004b66c7abb70b4425 Mon Sep 17 00:00:00 2001 From: Allen Pestaluky Date: Thu, 17 Oct 2024 09:10:58 -0400 Subject: [PATCH] Remove `s3tc` feature tag from `arm64` macOS exports --- platform/macos/export/export_plugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/macos/export/export_plugin.h b/platform/macos/export/export_plugin.h index d88d347359a..ae32be700eb 100644 --- a/platform/macos/export/export_plugin.h +++ b/platform/macos/export/export_plugin.h @@ -154,7 +154,6 @@ public: virtual void get_platform_features(List *r_features) const override { r_features->push_back("pc"); - r_features->push_back("s3tc"); r_features->push_back("macos"); }