diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-13 09:05:42 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-13 09:05:42 +0200 |
commit | fd4572cc45506f901e68a2cb485f44ffd01b937e (patch) | |
tree | 9dcf9fd7d88c5e6bc32f7c9542380ee8f51d2e75 /platform/macos/export/macho.h | |
parent | 367a9b805621a3b0934342e08a2607b81bb87bbe (diff) | |
parent | dac20475296a87c09bd9d665b30b22d35de8d990 (diff) | |
download | redot-engine-fd4572cc45506f901e68a2cb485f44ffd01b937e.tar.gz |
Merge pull request #67340 from bruvzg/mac_export_min
Fix macOS export plugin build without regex module.
Diffstat (limited to 'platform/macos/export/macho.h')
-rw-r--r-- | platform/macos/export/macho.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/macos/export/macho.h b/platform/macos/export/macho.h index 0d42a7013f..0c954e66b1 100644 --- a/platform/macos/export/macho.h +++ b/platform/macos/export/macho.h @@ -37,9 +37,6 @@ #include "core/crypto/crypto_core.h" #include "core/io/file_access.h" #include "core/object/ref_counted.h" -#include "modules/modules_enabled.gen.h" // For regex. - -#ifdef MODULE_REGEX_ENABLED class MachO : public RefCounted { struct MachHeader { @@ -210,6 +207,4 @@ public: bool set_signature_size(uint64_t p_size); }; -#endif // MODULE_REGEX_ENABLED - #endif // MACOS_MACHO_H |