Fix macOS export plugin build without regex module.

This commit is contained in:
bruvzg
2022-10-13 08:40:37 +03:00
parent 42ebc4ef65
commit dac2047529
6 changed files with 0 additions and 33 deletions
-5
View File
@@ -35,12 +35,9 @@
#include "core/io/file_access.h"
#include "core/object/ref_counted.h"
#include "modules/modules_enabled.gen.h" // For regex.
#include "macho.h"
#ifdef MODULE_REGEX_ENABLED
class LipO : public RefCounted {
struct FatArch {
uint32_t cputype;
@@ -71,6 +68,4 @@ public:
~LipO();
};
#endif // MODULE_REGEX_ENABLED
#endif // MACOS_LIPO_H