summaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index 7603e7d69d..fd860e9763 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -3,7 +3,7 @@ def can_build(env, platform):
def configure(env):
- env.use_ptrcall = True
+ pass
def get_doc_classes():