Fix macOS export plugin build without regex module.
This commit is contained in:
parent
42ebc4ef65
commit
dac2047529
6 changed files with 0 additions and 33 deletions
|
|
@ -28,12 +28,8 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For regex.
|
||||
|
||||
#include "plist.h"
|
||||
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
|
||||
Ref<PListNode> PListNode::new_array() {
|
||||
Ref<PListNode> node = memnew(PListNode());
|
||||
ERR_FAIL_COND_V(node.is_null(), Ref<PListNode>());
|
||||
|
|
@ -566,5 +562,3 @@ String PList::save_text() const {
|
|||
Ref<PListNode> PList::get_root() {
|
||||
return root;
|
||||
}
|
||||
|
||||
#endif // MODULE_REGEX_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue