diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-04-09 11:12:06 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-04-09 17:47:39 +0300 |
commit | bf558adcdddad0e7bf54bf88298ac11cd0b77b77 (patch) | |
tree | 1ed85169cc2ed567df8f13354eba5d2a9a6699cb /modules/mono/mono_gd/gd_mono.h | |
parent | a7b860250f305f6cbaf61c30f232ff3bbdfdda0b (diff) | |
download | redot-engine-bf558adcdddad0e7bf54bf88298ac11cd0b77b77.tar.gz |
[.NET] Disable output embedding on macOS, move it to the advanced options on other platforms.
Diffstat (limited to 'modules/mono/mono_gd/gd_mono.h')
-rw-r--r-- | modules/mono/mono_gd/gd_mono.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/mono_gd/gd_mono.h b/modules/mono/mono_gd/gd_mono.h index 1b46a619ca..0cb087db57 100644 --- a/modules/mono/mono_gd/gd_mono.h +++ b/modules/mono/mono_gd/gd_mono.h @@ -77,7 +77,9 @@ class GDMono { void _try_load_project_assembly(); #endif +#ifdef DEBUG_METHODS_ENABLED uint64_t api_core_hash = 0; +#endif #ifdef TOOLS_ENABLED uint64_t api_editor_hash = 0; #endif |