mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Force build editor with regex module, remove checking code.
Fix include. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
4cf02312f6
commit
34d8255947
33 changed files with 52 additions and 168 deletions
|
@ -32,20 +32,15 @@
|
|||
|
||||
#include "core/crypto/crypto_core.h"
|
||||
#include "core/io/dir_access.h"
|
||||
#include "core/io/plist.h"
|
||||
#include "editor/editor_paths.h"
|
||||
#include "lipo.h"
|
||||
#include "macho.h"
|
||||
|
||||
#include "core/io/plist.h"
|
||||
#include "editor/editor_paths.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For regex.
|
||||
#include "modules/regex/regex.h"
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
|
||||
#include "modules/regex/regex.h"
|
||||
|
||||
/*************************************************************************/
|
||||
/* CodeSignCodeResources */
|
||||
/*************************************************************************/
|
||||
|
@ -1571,5 +1566,3 @@ Error CodeSign::codesign(bool p_use_hardened_runtime, bool p_force, const String
|
|||
ERR_FAIL_V_MSG(FAILED, "CodeSign: Unknown object type.");
|
||||
}
|
||||
}
|
||||
|
||||
#endif // MODULE_REGEX_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue