summaryrefslogtreecommitdiff
path: root/core/SCsub
diff options
context:
space:
mode:
authorAndrettin <andre.ng@live.com>2019-06-29 14:24:59 +0200
committerAndrettin <andre.ng@live.com>2019-07-09 21:18:39 +0200
commite2a3ed3cd8b1cebe2766b9a35182c7336119af69 (patch)
tree6a76b206d741fcf399d38b1587d57ad62aadb0d3 /core/SCsub
parentff3a54398daf493c930d831caa77d936982be0ad (diff)
Added support for passing functions pointers (with a class instance as the first parameter) to method bindings
Diffstat (limited to 'core/SCsub')
-rw-r--r--core/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub
index 166b7083e4..abd985fb79 100644
--- a/core/SCsub
+++ b/core/SCsub
@@ -146,7 +146,7 @@ env.Depends("#core/io/certs_compressed.gen.h", ["#thirdparty/certs/ca-certificat
env.CommandNoCache("#core/io/certs_compressed.gen.h", "#thirdparty/certs/ca-certificates.crt", run_in_subprocess(core_builders.make_certs_header))
# Make binders
-env.CommandNoCache(['method_bind.gen.inc', 'method_bind_ext.gen.inc'], 'make_binders.py', run_in_subprocess(make_binders.run))
+env.CommandNoCache(['method_bind.gen.inc', 'method_bind_ext.gen.inc', 'method_bind_free_func.gen.inc'], 'make_binders.py', run_in_subprocess(make_binders.run))
# Authors
env.Depends('#core/authors.gen.h', "../AUTHORS.md")