From 2d66988f9936328611ff289c1b330f295a121452 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:28:14 +0200 Subject: [GDExtension] Improve macOS library loading/export. --- platform/macos/export/export_plugin.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform') diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp index 7887e5d0ab..bf5645d9a6 100644 --- a/platform/macos/export/export_plugin.cpp +++ b/platform/macos/export/export_plugin.cpp @@ -65,6 +65,11 @@ void EditorExportPlatformMacOS::get_preset_features(const Refpush_back("x86_64"); + r_features->push_back("arm64"); + } } String EditorExportPlatformMacOS::get_export_option_warning(const EditorExportPreset *p_preset, const StringName &p_name) const { -- cgit v1.2.3