summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/thorvg_svg_in_ot.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2023-12-18 05:53:03 -0600
committerAaron Franke <arnfranke@yahoo.com>2024-01-06 01:19:29 -0600
commit91b24b2780bada1ffba876e3c84e23515d618ab3 (patch)
treec88ea112599e2fb5901896e1833708c99e873735 /modules/text_server_adv/thorvg_svg_in_ot.h
parente2b3c588e16cf22bfd364ee50901068fd34f22e1 (diff)
downloadredot-engine-91b24b2780bada1ffba876e3c84e23515d618ab3.tar.gz
Use GODOT_MODULE define in TextServer modules
Diffstat (limited to 'modules/text_server_adv/thorvg_svg_in_ot.h')
-rw-r--r--modules/text_server_adv/thorvg_svg_in_ot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_adv/thorvg_svg_in_ot.h b/modules/text_server_adv/thorvg_svg_in_ot.h
index 034fffb5e6..ce048674fd 100644
--- a/modules/text_server_adv/thorvg_svg_in_ot.h
+++ b/modules/text_server_adv/thorvg_svg_in_ot.h
@@ -40,7 +40,7 @@
using namespace godot;
-#else
+#elif defined(GODOT_MODULE)
// Headers for building as built-in module.
#include "core/os/mutex.h"